sound: sound_firmware: Fix invalid use of vfs_read()
authorTakashi Iwai <tiwai@suse.de>
Tue, 26 May 2015 10:57:56 +0000 (12:57 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 26 May 2015 11:48:58 +0000 (13:48 +0200)
It should use kernel_read() instead of vfs_read() to load a firmware
binary onto the kernel pages.

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

Simple merge