From: Greg Kroah-Hartman Date: Mon, 7 May 2012 21:46:48 +0000 (-0700) Subject: USB: serial: remove bizarre generic_serial probe function X-Git-Tag: v3.5-rc1~149^2~130 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2edd284bd752e58ccb312f3d623267fb79857db3;p=pandora-kernel.git USB: serial: remove bizarre generic_serial probe function I can't remember why I wrote it like this many many years ago, but it's not needed at all, let's rely on the usb-serial core for this function, especially as it is being overridden by it anyway. This lets us make usb_serial_probe() a static function, which it should be. Cc: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed