From: tom.leiming@gmail.com Date: Mon, 11 Jun 2012 15:19:41 +0000 (+0000) Subject: usbnet:cdc-phonet: remove usb_get/put_dev in .probe and .disconnect X-Git-Tag: v3.6-rc1~125^2~555 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50e7d153910b0735aa517c3d1f3723a88f66eaba;p=pandora-kernel.git usbnet:cdc-phonet: remove usb_get/put_dev in .probe and .disconnect usb_device is parent device of usb_interface in the view of driver model, so its reference count is always held during .probe/.disconnect of usb_interface instance. This patch just removes the unnecessay usb_get/put_dev. Signed-off-by: Ming Lei Signed-off-by: David S. Miller --- Reading git-diff-tree failed