drivers/crypto: remove double assignment of driver
authorShreyansh Jain <shreyansh.jain@nxp.com>
Fri, 28 Sep 2018 12:26:04 +0000 (17:56 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 28 Sep 2018 16:02:58 +0000 (18:02 +0200)
commiteb5a9a7639483fb2f8585dac55f540f4bb1bd06d
treeeeb022e76276b10ef521389173b34a1b89a3e263
parent5fb08dd32628017311fecf54a9d0ee738d52a930
drivers/crypto: remove double assignment of driver

Removing double copy of driver information. 04664e5c8346 has shifted
that from driver's probe to bus's probe.

Fixes: 04664e5c8346 ("drivers/bus: fill driver reference after NXP probing")

Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c
drivers/crypto/dpaa_sec/dpaa_sec.c