From: sifram.rajas@gmail.com Date: Fri, 2 Sep 2011 18:06:00 +0000 (-0700) Subject: xhci: Redundant check in xhci_check_args for xhci->devs X-Git-Tag: v3.2-rc1~183^2~167 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73ddc2474bcc5234fa0a4e406e015ed16d16b6c8;p=pandora-kernel.git xhci: Redundant check in xhci_check_args for xhci->devs The xhci_hcd->devs is an array of pointers rather than pointer to pointer. Hence this check is not required. Signed-off-by: Sifram Rajas Signed-off-by: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed