]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf96e92b8a4d580d383d3adeab489e4bf69550825
treecbb3eb0f58466622a8ba460c3028a9b66b8a98f4
parent9a0510680c2aa93c0278de3fe25d483dafeb90da
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