]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Revert "bnx2: Reset device during driver initialization"
authorBaoquan He <bhe@redhat.com>
Sun, 13 Nov 2016 05:01:32 +0000 (13:01 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Nov 2016 09:11:36 +0000 (10:11 +0100)
commit6523ff2e27fe40d1467c213404223ac80ce5aaa6
tree7c5c7fcf5981198cb195f1a9d307688df6ff714f
parent224fb8cbefb229d9ce7b01ac5c4979bb0020cf38
Revert "bnx2: Reset device during driver initialization"

[ Upstream commit 5d0d4b91bf627f14f95167b738d524156c9d440b ]

This reverts commit 3e1be7ad2d38c6bd6aeef96df9bd0a7822f4e51c.

When people build bnx2 driver into kernel, it will fail to detect
and load firmware because firmware is contained in initramfs and
initramfs has not been uncompressed yet during do_initcalls. So
revert commit 3e1be7a and work out a new way in the later patch.

Signed-off-by: Baoquan He <bhe@redhat.com>
Acked-by: Paul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/broadcom/bnx2.c