Re: [PATCH 03/10] usb: host: ehci-sched: remove useless assignments

2015-12-12 Thread Geyslan G. Bem
2015-12-12 11:48 GMT-03:00 Sergei Shtylyov : > Hello. > > On 12/12/2015 4:19 AM, Geyslan G. Bem wrote: > >> This patch removes useless assignments. > > >Initializers, you mean? You're right. Fixing. > >> Tested by compilation only. >> Caught by cppcheck. >> >> Signed-off-by: Geyslan G. Bem >

Re: [PATCH 03/10] usb: host: ehci-sched: remove useless assignments

2015-12-12 Thread Sergei Shtylyov
Hello. On 12/12/2015 4:19 AM, Geyslan G. Bem wrote: This patch removes useless assignments. Initializers, you mean? Tested by compilation only. Caught by cppcheck. Signed-off-by: Geyslan G. Bem [...] MBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH 03/10] usb: host: ehci-sched: remove useless assignments

2015-12-12 Thread Sergei Shtylyov
Hello. On 12/12/2015 4:19 AM, Geyslan G. Bem wrote: This patch removes useless assignments. Initializers, you mean? Tested by compilation only. Caught by cppcheck. Signed-off-by: Geyslan G. Bem [...] MBR, Sergei -- To unsubscribe from this list: send the line

Re: [PATCH 03/10] usb: host: ehci-sched: remove useless assignments

2015-12-12 Thread Geyslan G. Bem
2015-12-12 11:48 GMT-03:00 Sergei Shtylyov : > Hello. > > On 12/12/2015 4:19 AM, Geyslan G. Bem wrote: > >> This patch removes useless assignments. > > >Initializers, you mean? You're right. Fixing. > >> Tested by compilation only. >> Caught by cppcheck. >>

[PATCH 03/10] usb: host: ehci-sched: remove useless assignments

2015-12-11 Thread Geyslan G. Bem
This patch removes useless assignments. Tested by compilation only. Caught by cppcheck. Signed-off-by: Geyslan G. Bem --- drivers/usb/host/ehci-sched.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/host/ehci-sched.c b/drivers/usb/host/ehci-sched.c index

[PATCH 03/10] usb: host: ehci-sched: remove useless assignments

2015-12-11 Thread Geyslan G. Bem
This patch removes useless assignments. Tested by compilation only. Caught by cppcheck. Signed-off-by: Geyslan G. Bem --- drivers/usb/host/ehci-sched.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/host/ehci-sched.c