firmware: rename struct fw_priv->fw_id to fw_name
authorLuis R. Rodriguez <mcgrof@kernel.org>
Mon, 20 Nov 2017 18:23:49 +0000 (10:23 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Nov 2017 10:10:49 +0000 (11:10 +0100)
commit31034f22fcee763b9a76d5fc1b51f3fc2bd28565
tree1a84e1d9cff2eb80fada58718c5d287ab1bd04a5
parentcd5322b7a6b463f0fcf3ef6d9ae2134a49e51b7c
firmware: rename struct fw_priv->fw_id to fw_name

This makes it clear exactly what the field is for. With fw_id it
was not clear to a reader if this was some sort of private concoction
of some sort.

Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/firmware_class.c