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)
commit0d769a523a90e3e5cf20c8bb15626f82aea04c90
treecbb3eb0f58466622a8ba460c3028a9b66b8a98f4
parent574d69c27b74f0ff18038dc6138b8c1510731cea
sound: sound_firmware: Fix invalid use of vfs_read()

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