From: H Hartley Sweeten Date: Tue, 14 May 2013 21:30:59 +0000 (-0700) Subject: staging: comedi: dt9812: remove unused variables from private data X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~614 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=421b42ab17bdcabedd7549e5887e4c78d64f6c2f;p=pandora-kernel.git staging: comedi: dt9812: remove unused variables from private data The vendor, product, and serial numbers read from the usb device are only used for a dev_info() message about the device after it is reset. Reading these values might not be required for the usb device to function. For now just remove the variables from the private data and just use local variables. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed