summaryrefslogtreecommitdiffstats
path: root/sound/oss/waveartist.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-11-26 01:53:32 +0100
committerDavid S. Miller <davem@davemloft.net>2008-11-26 01:53:32 +0100
commitb58515be978f9377b9546ae98ad6c8bbc2f93ee1 (patch)
tree230f7d66aab199ca3e0feded8afe4b5e82b94ebd /sound/oss/waveartist.h
parentz85230: fix warning in drivers/net/wan/z85230.c (diff)
downloadlinux-b58515be978f9377b9546ae98ad6c8bbc2f93ee1.tar.xz
linux-b58515be978f9377b9546ae98ad6c8bbc2f93ee1.zip
mlx4: fix error path in drivers/net/mlx4/en_rx.c
this warning: drivers/net/mlx4/en_rx.c: In function ‘mlx4_en_activate_rx_rings’: drivers/net/mlx4/en_rx.c:412: warning: ‘err’ may be used uninitialized in this function Triggers because 'err' is uninitialized in the following input conditions: priv->rx_ring_num is zero and mlx4_en_fill_rx_buffers() fails. But even if ->rx_ring_num is nonzero, 'err' will be zero if mlx4_en_fill_rx_buffers() fails and mlx4_en_activate_rx_rings() returns success - incorrectly. So it's best to keep the error code uptodate on mlx4_en_fill_rx_buffers() calls as well. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions