staging: unisys: removed unused channel_bytes attribute
authorAlexander Curtin <alexander.curtin@unisys.com>
Wed, 30 Mar 2016 14:41:46 +0000 (10:41 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 31 Mar 2016 01:28:32 +0000 (18:28 -0700)
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: Alexander Curtin <alexander.curtin@unisys.com>
Signed-off-by: David Kershner <david.kershner@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/include/visorbus.h

index cbc6d8f06c9bd22b92c14b091155be470b62193b..3788d167b3c6f5cf1a33336afebc6d6d17ccfc68 100644 (file)
@@ -124,7 +124,6 @@ struct visor_device {
         */
        struct visorchannel *visorchannel;
        uuid_le channel_type_guid;
-       u64 channel_bytes;
 
        /** These fields are for private use by the bus driver only.
         *  A notable exception is that the visor driver can use
This page took 0.02476 seconds and 5 git commands to generate.