Re: [PATCH] staging: rtl8192e: fix wrong assignment

2015-05-04 Thread Larry Finger
On 05/04/2015 02:21 AM, Gujulan Elango, Hari Prasath (H.) wrote: On Thu, Apr 30, 2015 at 02:09:13PM -0500, Larry Finger wrote: Please fix your mailer. The most recent material to which you were replying was not indented any levels, but the "new" material was 3 levels deep. It is extremely diffi

Re: [PATCH] staging: rtl8192e: fix wrong assignment

2015-05-04 Thread Gujulan Elango, Hari Prasath (H.)
On Fri, May 01, 2015 at 10:46:53AM +0300, Dan Carpenter wrote: > The subject says "fix" but this does not fix a run time bug, it just > silences a warning. It's still the correct thing according to Larry > so that's good. > > On Thu, Apr 30, 2015 at 12:06:28PM +, Gujulan Elango, Hari Prasath

Re: [PATCH] staging: rtl8192e: fix wrong assignment

2015-05-04 Thread Dan Carpenter
On Mon, May 04, 2015 at 07:21:52AM +, Gujulan Elango, Hari Prasath (H.) wrote: > > Please exuse me for the replies being screwed up. I just figured out how to > reply to e-mails from Mutt.Hope you would be getting cleaner replies from now > on. No problem. Please put line breaks at 72 ch

Re: [PATCH] staging: rtl8192e: fix wrong assignment

2015-05-04 Thread Gujulan Elango, Hari Prasath (H.)
ath (H.); Dan Carpenter > >Cc: de...@driverdev.osuosl.org; julia.law...@lip6.fr; > >gre...@linuxfoundation.org; wlan...@realtek.com; > >mateusz.kulikow...@gmail.com; Babu, Viswanathan (V.) > >Subject: Re: [PATCH] staging: rtl8192e: fix wrong assignment > > > >On 0

Re: [PATCH] staging: rtl8192e: fix wrong assignment

2015-05-01 Thread Dan Carpenter
The subject says "fix" but this does not fix a run time bug, it just silences a warning. It's still the correct thing according to Larry so that's good. On Thu, Apr 30, 2015 at 12:06:28PM +, Gujulan Elango, Hari Prasath (H.) wrote: > This patch addresses a spatch warning on assigning a negat

Re: [PATCH] staging: rtl8192e: fix wrong assignment

2015-04-30 Thread Larry Finger
...@realtek.com; mateusz.kulikow...@gmail.com; Babu, Viswanathan (V.) Subject: Re: [PATCH] staging: rtl8192e: fix wrong assignment On 04/30/2015 11:59 AM, Gujulan Elango, Hari Prasath (H.) wrote: From: Dan Carpenter Sent: Thursday, April 30, 2015 6:33 PM To: Gujulan Elango, Hari Prasath (H.) Cc

Re: [PATCH] staging: rtl8192e: fix wrong assignment

2015-04-30 Thread Gujulan Elango, Hari Prasath (H.)
.) Subject: Re: [PATCH] staging: rtl8192e: fix wrong assignment On 04/30/2015 11:59 AM, Gujulan Elango, Hari Prasath (H.) wrote: > From: Dan Carpenter > Sent: Thursday, April 30, 2015 6:33 PM > To: Gujulan Elango, Hari Prasath (H.) > Cc: de...@driverdev.osuosl.org; julia.law...@lip

Re: [PATCH] staging: rtl8192e: fix wrong assignment

2015-04-30 Thread Larry Finger
; Babu, Viswanathan (V.); larry.fin...@lwfinger.net Subject: Re: [PATCH] staging: rtl8192e: fix wrong assignment On Thu, Apr 30, 2015 at 12:06:28PM +, Gujulan Elango, Hari Prasath (H.) wrote: This patch addresses a spatch warning on assigning a negative value to a unsigned integer.Similar

Re: [PATCH] staging: rtl8192e: fix wrong assignment

2015-04-30 Thread Gujulan Elango, Hari Prasath (H.)
: [PATCH] staging: rtl8192e: fix wrong assignment On Thu, Apr 30, 2015 at 12:06:28PM +, Gujulan Elango, Hari Prasath (H.) wrote: > This patch addresses a spatch warning on assigning a negative > value to a unsigned integer.Similar patch has been submitted by > Larry Finger earlier to si

Re: [PATCH] staging: rtl8192e: fix wrong assignment

2015-04-30 Thread Dan Carpenter
On Thu, Apr 30, 2015 at 12:06:28PM +, Gujulan Elango, Hari Prasath (H.) wrote: > This patch addresses a spatch warning on assigning a negative > value to a unsigned integer.Similar patch has been submitted by > Larry Finger earlier to silence the same spatch warning in another > file. What's