usb: host: ehci-sched: remove useless initializations
This patch removes useless initializations. Tested by compilation only. Caught by cppcheck. Signed-off-by: Geyslan G. Bem <geyslan@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
25d108696c
Коммит
77d6554d1b
|
@ -2132,7 +2132,7 @@ sitd_patch(
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
struct ehci_iso_packet *uf = &iso_sched->packet [index];
|
struct ehci_iso_packet *uf = &iso_sched->packet [index];
|
||||||
u64 bufp = uf->bufp;
|
u64 bufp;
|
||||||
|
|
||||||
sitd->hw_next = EHCI_LIST_END(ehci);
|
sitd->hw_next = EHCI_LIST_END(ehci);
|
||||||
sitd->hw_fullspeed_ep = stream->address;
|
sitd->hw_fullspeed_ep = stream->address;
|
||||||
|
@ -2242,7 +2242,7 @@ static bool sitd_complete(struct ehci_hcd *ehci, struct ehci_sitd *sitd)
|
||||||
struct urb *urb = sitd->urb;
|
struct urb *urb = sitd->urb;
|
||||||
struct usb_iso_packet_descriptor *desc;
|
struct usb_iso_packet_descriptor *desc;
|
||||||
u32 t;
|
u32 t;
|
||||||
int urb_index = -1;
|
int urb_index;
|
||||||
struct ehci_iso_stream *stream = sitd->stream;
|
struct ehci_iso_stream *stream = sitd->stream;
|
||||||
struct usb_device *dev;
|
struct usb_device *dev;
|
||||||
bool retval = false;
|
bool retval = false;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче