]> git.baikalelectronics.ru Git - kernel.git/commit
usb: wusbcore: rename fields in struct wahc
authorThomas Pugliese <thomas.pugliese@gmail.com>
Thu, 26 Sep 2013 15:49:41 +0000 (10:49 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Sep 2013 23:27:20 +0000 (16:27 -0700)
commit417430facf7095c774712fe5d4ddc8b06a37a5cd
tree65fab0d4f72bf1962f661b1bceb43c1c10ad9812
parent29c8a4109d43ab3c9d7a0fedc139ffa15882c684
usb: wusbcore: rename fields in struct wahc

Rename xfer_result to dti_buf and xfer_result_size to dti_buf_size in
struct wahc.  The dti buffer will also be used for isochronous status
packets once isochronous transfers are supported.

Signed-off-by: Thomas Pugliese <thomas.pugliese@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/wusbcore/wa-hc.c
drivers/usb/wusbcore/wa-hc.h
drivers/usb/wusbcore/wa-xfer.c