[ALSA] sound: rme32.c fix integer as NULL pointer warning
commit4db9e4f2b5278338ff9487eefdc8e32109aa0552
authorHarvey Harrison <harvey.harrison@gmail.com>
Thu, 28 Feb 2008 10:57:23 +0000 (28 11:57 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 24 Apr 2008 10:00:16 +0000 (24 12:00 +0200)
tree50d25fff3c06d048dc95decf7069641173b680df
parente37273d3484e241063fefb2611a0c93eb0d9ddbd
[ALSA] sound: rme32.c fix integer as NULL pointer warning

kernel style does assignment outside of if() statements.
sound/pci/rme32.c:1353:71: warning: Using plain integer as NULL pointer

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/rme32.c