From 0d769a523a90e3e5cf20c8bb15626f82aea04c90 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 26 May 2015 12:57:56 +0200 Subject: [PATCH] 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 --- Reading git-format-patch failed