Re: [PATCH] staging: unisys: Convert direct LOGERR uses to pr_err

2015-01-10 Thread Greg Kroah-Hartman
On Sat, Jan 10, 2015 at 09:32:33PM -0800, Joe Perches wrote: > On Sat, 2015-01-10 at 21:24 -0800, Greg Kroah-Hartman wrote: > > On Sat, Jan 10, 2015 at 08:55:21PM -0800, Joe Perches wrote: > > > On Sat, 2015-01-10 at 20:13 -0800, Greg Kroah-Hartman wrote: > > > > On Sat, Jan 10, 2015 at 07:09:02PM

Re: [PATCH] staging: unisys: Convert direct LOGERR uses to pr_err

2015-01-10 Thread Greg Kroah-Hartman
On Sat, Jan 10, 2015 at 08:55:21PM -0800, Joe Perches wrote: > On Sat, 2015-01-10 at 20:13 -0800, Greg Kroah-Hartman wrote: > > On Sat, Jan 10, 2015 at 07:09:02PM -0800, Joe Perches wrote: > > > Use the normal logging facility instead of a new macro. > > > > > > Miscellanea: > > > > > > o Realign

Re: [PATCH] staging: unisys: Convert direct LOGERR uses to pr_err

2015-01-10 Thread Joe Perches
On Sat, 2015-01-10 at 20:13 -0800, Greg Kroah-Hartman wrote: > On Sat, Jan 10, 2015 at 07:09:02PM -0800, Joe Perches wrote: > > Use the normal logging facility instead of a new macro. > > > > Miscellanea: > > > > o Realign arguments > > o Remove unnecessary alloc error messages as alloc failures

Re: [PATCH] staging: unisys: Convert direct LOGERR uses to pr_err

2015-01-10 Thread Greg Kroah-Hartman
On Sat, Jan 10, 2015 at 07:09:02PM -0800, Joe Perches wrote: > Use the normal logging facility instead of a new macro. > > Miscellanea: > > o Realign arguments > o Remove unnecessary alloc error messages as alloc failures > already emits a generic OOM message with a dump_stack > o Add missing n

[PATCH] staging: unisys: Convert direct LOGERR uses to pr_err

2015-01-10 Thread Joe Perches
Use the normal logging facility instead of a new macro. Miscellanea: o Realign arguments o Remove unnecessary alloc error messages as alloc failures already emits a generic OOM message with a dump_stack o Add missing newlines to these messages to avoid interleaving o Spelling/typo fixes in thos

[PATCH RESEND 2/4] staging: rtl8192u: fix whitespace and alignment

2015-01-10 Thread Lorenzo Stoakes
This patch fixes warnings/errors raised by checkpatch.pl relating to whitespace in r8192U_dm.c, removes inconsistent whitespace, and additionally fixes some vertical alignment issues. Signed-off-by: Lorenzo Stoakes --- drivers/staging/rtl8192u/r8192U_dm.c | 1606 +

[PATCH RESEND 3/4] staging: rtl8192u: remove redundant code

2015-01-10 Thread Lorenzo Stoakes
This patch fixes warnings/errors raised by checkpatch.pl relating to redundant code in r8192U_dm.c. Signed-off-by: Lorenzo Stoakes --- drivers/staging/rtl8192u/r8192U_dm.c | 176 +-- 1 file changed, 84 insertions(+), 92 deletions(-) diff --git a/drivers/staging/r

[PATCH RESEND 4/4] staging: rtl8192u: Refactor heavy nesting

2015-01-10 Thread Lorenzo Stoakes
This patch fixes warnings raised by checkpatch.pl relating to heavily indented lines in r8192U_dm.c by refactoring code to achieve the same outcome indented by one less tab. Signed-off-by: Lorenzo Stoakes --- drivers/staging/rtl8192u/r8192U_dm.c | 27 --- 1 file changed,

[PATCH RESEND 1/4] staging: rtl8192u: fix comments

2015-01-10 Thread Lorenzo Stoakes
This patch fixes errors raised by checkpatch.pl relating to use of C99 comments in r8192U_dm.c, and cleans up existing ANSI C comments. Signed-off-by: Lorenzo Stoakes --- drivers/staging/rtl8192u/r8192U_dm.c | 811 ++- 1 file changed, 420 insertions(+), 391 deleti

Re: [PATCH v8 0/4] FPGA Manager Framework

2015-01-10 Thread Konrad Zapalowicz
On 01/06, at...@opensource.altera.com wrote: > From: Alan Tull Alan, there is something wrong with your email client configuration and you need to fix. thanks, konrad > v8 changes the compatible string for SOCFPGA FPGA managers > to be more chip specific. > > "altr,fpga-mgr" becomes "altr,soc

TNB Eksklusif

2015-01-10 Thread TNB, Kuala Lumpur
Tenaga Nasional Berhad (TNB HQ) 129 Jalan Bangsar, 59200 Kuala Lumpur, Kuala Lumpur, Malaysia Ini adalah satu pemberitahuan rasmi daripada ibu pejabat daripada Tenaga Nasional Berhad sempena Persatuan Air Malaysia (PAM) untuk memaklumkan anda mengenai Hadiah Khas Eksklusif Tenaga Nasional Berh

Re: [PATCH v2 1/4] staging: rtl8192u: fix comments

2015-01-10 Thread Greg KH
On Wed, Dec 31, 2014 at 09:10:40PM +, Lorenzo Stoakes wrote: > This patch fixes errors raised by checkpatch.pl relating to use of C99 > comments > in r8192U_dm.c and cleans up existing ANSI C comments. > > Signed-off-by: Lorenzo Stoakes > --- > drivers/staging/rtl8192u/r8192U_dm.c | 811 >

Re: [PATCH v8 2/4] fpga manager: add sysfs interface document

2015-01-10 Thread Pavel Machek
On Sat 2015-01-10 10:10:51, Pantelis Antoniou wrote: > Hi Pavel, > > > On Jan 9, 2015, at 22:56 , Pavel Machek wrote: > > > > On Fri 2015-01-09 13:14:24, atull wrote: > >> On Wed, 7 Jan 2015, Pavel Machek wrote: > >> > >>> On Tue 2015-01-06 14:13:37, at...@opensource.altera.com wrote: > +

[PATCH] staging: skein: Fix checkpatch warnings

2015-01-10 Thread Arno Tiemersma
Remove do {} while (0) loops around single statements in skein/skein_block.c Signed-off-by: Arno Tiemersma --- drivers/staging/skein/skein_block.c | 16 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/drivers/staging/skein/skein_block.c b/drivers/staging/skein/sk

[PATCH] Staging: vt6655: fix a space coding style issue

2015-01-10 Thread Piotr Kubus
Fixed a space coding style issue found by checkpatch.pl in rxtx.c. Signed-off-by: Piotr Kubus --- drivers/staging/vt6655/rxtx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/vt6655/rxtx.c b/drivers/staging/vt6655/rxtx.c index 61c39dd..8047838 100644 --- a/dr

[PATCH] Staging: rtl8192u: Remove check of ieee in rtl819x_BAProc.c

2015-01-10 Thread Vaishali Thakkar
This patch fixes following smatch warning: drivers/staging/rtl8192u/ieee80211/rtl819x_BAProc.c:117 ieee80211_ADDBA() warn: variable dereferenced before check 'ieee' (see line 114) As ieee can not be NULL at this point, all such checks are removed. Signed-off-by: Vaishali Thakkar --- drivers/st

Re: [PATCH 00/25] line6usb cleanup

2015-01-10 Thread Stefan Hajnoczi
On Sat, Jan 10, 2015 at 5:35 AM, Chris Rorvick wrote: > The line6usb driver references the device's idProduct and, in some > cases, the interface number in a number of places to determine device- > specific configuration values and to call device-specific functionality. > Rework code to leverage t

Re: [PATCH v8 2/4] fpga manager: add sysfs interface document

2015-01-10 Thread Pantelis Antoniou
Hi Pavel, > On Jan 9, 2015, at 22:56 , Pavel Machek wrote: > > On Fri 2015-01-09 13:14:24, atull wrote: >> On Wed, 7 Jan 2015, Pavel Machek wrote: >> >>> On Tue 2015-01-06 14:13:37, at...@opensource.altera.com wrote: + +What: /sys/class/fpga_manager//firmware +Date: