]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: host: u132-hcd: remove unneeded variable frame
authorHariprasad Kelam <hariprasad.kelam@gmail.com>
Wed, 5 Jun 2019 14:18:42 +0000 (19:48 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Jun 2019 06:59:19 +0000 (08:59 +0200)
commit0e016249f6877eb279da6369f182e4c9efe88cab
treec568a6124c6255c81ec86394b7501bb715a50b6b
parentcf2b5010f41638e36d8adca8476f4baee64a8996
usb: host: u132-hcd: remove unneeded variable frame

This patch fixes below issue reported by coccicheck

drivers/usb/host/u132-hcd.c:2557:6-11: Unneeded variable: "frame".
Return "0" on line 2560

Signed-off-by: Hariprasad Kelam <hariprasad.kelam@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/u132-hcd.c