From: H Hartley Sweeten Date: Tue, 14 May 2013 21:21:39 +0000 (-0700) Subject: staging: comedi: dt9812: rename 'comedi' variable in struct slot_dt9812 X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~633 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98c83cfac3a6c410497ac16a88e1424e0a57e265;p=pandora-kernel.git staging: comedi: dt9812: rename 'comedi' variable in struct slot_dt9812 Because of the usb (*probe) and comedi (*attach) disconnect, the struct slot_dt9812 is used to pass the device data between the usb_driver and the comedi_driver. The variable 'comedi' in this struct is used during the comedi (*attach) to indicate if a slot is currently being used. For aesthetic reasons, rename the variable to 'devpriv' since that is what is actually saved in the pointer. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed