提交 527486ee 编写于 作者: A Alexander Curtin 提交者: Greg Kroah-Hartman

staging: unisys: removed unused channel_bytes attribute

The channel_bytes attribute in the visor_device struct was meant to keep
track of the number of bytes in the associated channel of the device.
Not only is the variable never set nor used, but the information can
already be accessed by referencing visor_device->visorchannel->nbytes.
Signed-off-by: NAlexander Curtin <alexander.curtin@unisys.com>
Signed-off-by: NDavid Kershner <david.kershner@unisys.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 03d0d045
...@@ -124,7 +124,6 @@ struct visor_device { ...@@ -124,7 +124,6 @@ struct visor_device {
*/ */
struct visorchannel *visorchannel; struct visorchannel *visorchannel;
uuid_le channel_type_guid; uuid_le channel_type_guid;
u64 channel_bytes;
/** These fields are for private use by the bus driver only. /** These fields are for private use by the bus driver only.
* A notable exception is that the visor driver can use * A notable exception is that the visor driver can use
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册