]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[ALSA] sound: rme96.c fix integer as NULL pointer warning
authorHarvey Harrison <harvey.harrison@gmail.com>
Thu, 28 Feb 2008 10:57:47 +0000 (11:57 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 24 Apr 2008 10:00:17 +0000 (12:00 +0200)
commit44977b719f7425ddb1cb67d647a4f588a9718163
tree75d208a70d7f9b6a2953f75aaff1d029454a747b
parent4db9e4f2b5278338ff9487eefdc8e32109aa0552
[ALSA] sound: rme96.c fix integer as NULL pointer warning

kernel style does assignment outside of if() block
sound/pci/rme96.c:1562: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/rme96.c