From: Alan Cox Date: Sun, 11 Jan 2009 19:48:41 +0000 (+0000) Subject: usb-serial: remove NULL check X-Git-Tag: v2.6.29-rc2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf0672db79c18ce38d1783be982051a718a0bc22;p=pandora-kernel.git usb-serial: remove NULL check Julia Lawell found a case where a NULL check was misplaced in the usb-serial code. However as the object in question cannot be NULL the check can simply be removed. Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed