From: H Hartley Sweeten Date: Tue, 14 May 2013 21:26:54 +0000 (-0700) Subject: staging: comedi: dt9812: tidy up the usb endpoint enumeration X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~623 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=387d4879500cfc4b887740643061336916f587fb;p=pandora-kernel.git staging: comedi: dt9812: tidy up the usb endpoint enumeration Only the command_{write,read} usb endpoints are used by this driver. Remove the message_pipe, and {read,write}_stream endpoint information from the usb private data. Rename the variables used for command endpoints to help keep the lines < 80 chars. Also, rename a couple of the local variables used to enumerate the endpoints to also help keep the lines < 80 chars. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed