From: Tomas Winkler Date: Wed, 6 Apr 2011 14:37:33 +0000 (+0300) Subject: staging/easycap: easycap_probe : rename usb variables to common names X-Git-Tag: v3.0-rc1~336^2~778 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11ff12feb40dc663cad0f2da86729f1af9d1356e;p=pandora-kernel.git staging/easycap: easycap_probe : rename usb variables to common names 1. rename usb variables to more common names struct usb_device *pusb_device -> usbdev struct usb_host_interface *pusb_host_interface -> alt struct usb_endpoint_descriptor *pepd -> struct usb_interface_descriptor *pusb_interface_descriptor -> interface; 2. use usb_altnum_to_altsetting to access alternative settings Cc: Mike Thomas Signed-off-by: Tomas Winkler Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed