diff options
author | Roland Dreier <rolandd@cisco.com> | 2007-10-13 23:10:50 +0200 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2007-10-13 23:10:50 +0200 |
commit | b027cacdabc3ffe2d2b97a55375203add64a5d29 (patch) | |
tree | 37787d8ee8d5192213bff8b8916499591e25058b /drivers/video | |
parent | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus... (diff) | |
download | linux-b027cacdabc3ffe2d2b97a55375203add64a5d29.tar.xz linux-b027cacdabc3ffe2d2b97a55375203add64a5d29.zip |
mlx4_core: Fix infinite loop on device initialization
Commit 3d73c288 ("mlx4_core: Fix section mismatches") introduced a
stupid bug in device init: when some of mlx4_init_one() was split off
into __mlx4_init_one(), the call from the main mlx4_init_one()
function was back to mlx4_init_one() rather than to __mlx4_init_one(),
which leads to an obvious infinite loop if the function is every
called.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/video')
0 files changed, 0 insertions, 0 deletions