ALSA: sound/pci/hda: fix sparse warning: different signedness
authorHannes Eder <hannes@hanneseder.net>
Wed, 25 Feb 2009 21:28:45 +0000 (22:28 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 26 Feb 2009 08:59:04 +0000 (09:59 +0100)
commit5d9b6c07831456b7a7d90eac31c853d60eaf8ab6
tree8c125b4a4b538f3a186ab8d7283e744dd6ed1fed
parentf872a9194cb006994d47a58efc875218594e6072
ALSA: sound/pci/hda: fix sparse warning: different signedness

Fix this sparse warning:
  sound/pci/hda/hda_codec.c:1544:19: warning: incorrect type in assignment (different signedness)
  sound/pci/hda/hda_codec.c:1544:19:    expected unsigned long *vals
  sound/pci/hda/hda_codec.c:1544:19:    got long *<noident>

Signed-off-by: Hannes Eder <hannes@hanneseder.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_local.h