ALSA: rme96: Check the return value of pci_enable_device() in resume callback
authorTakashi Iwai <tiwai@suse.de>
Thu, 22 Aug 2013 10:02:31 +0000 (12:02 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 22 Aug 2013 10:04:47 +0000 (12:04 +0200)
commite58a244ff9ae264df1bf0fc8f09ecc135dbe3d0f
tree4e2b8fe5b1e8ce6afe33e785c10ea677b85e0bf5
parentcd217a6395ae1b14cd70908e190f566b8bbd282f
ALSA: rme96: Check the return value of pci_enable_device() in resume callback

Fixing warning message:
  sound/pci/rme96.c: In function ‘snd_rme96_resume’:
  sound/pci/rme96.c:2418:19: warning: ignoring return value of ‘pci_enable_device’, declared with attribute warn_unused_result [-Wunused-result]

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/rme96.c