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)
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>

No differences found