Fix variable name missed when refreshing patches for 3.9

svn path=/dists/trunk/linux/; revision=20064
This commit is contained in:
Ben Hutchings 2013-05-09 02:31:51 +00:00
parent 44dcd14744
commit cc9601d53b
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ removed in later patches.
mutex_unlock(&fw_lock);
return -ENOENT;
+ } else if (!buf->size) {
+ dev_err(f_dev->parent,
+ dev_err(device->parent,
+ "firmware: agent loaded no data for %s (not found?)\n",
+ buf->fw_id);
+ mutex_unlock(&fw_lock);