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

This reflects much better what this is used for. It also puts emphasis
on the fact we can and should be able to extend this data structure as
we see fit internally as its the opaque private pointer on struct
firmware.

As we rename the data structure, also rename a few functions that use it
to reflect better what they are for.

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