[PATCH] staging: clocking-wizard: check for a valid clk_name pointer

2014-11-29 Thread Devendra Naga
The clk_name gets the return value from kasprintf (part of which does the allocation of the returned buffer). So check the return pointer before using it for clk_register_fixed_factor. Cc: Soren Brinkmann Signed-off-by: Devendra Naga --- I have only compile tested this with the following comma

[PATCH] staging: ft1000 : replace __attribute ((__packed__) with __packed

2014-11-29 Thread Geoff Darst
Replace two instances of __attribute ((__packed__) with __packed macro to address the warning found by the checkpatch.pl tool. Signed-off-by: Geoff Darst --- drivers/staging/ft1000/ft1000-pcmcia/ft1000_dnld.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging

Re: Addition of a wifi kernel module to the linux source tree

2014-11-29 Thread Greg Kroah-Hartman
On Sat, Nov 29, 2014 at 11:03:31AM -0800, Linus Torvalds wrote: > On Fri, Nov 28, 2014 at 3:35 AM, Parth Sane wrote: > > Hi Linus, > > A wifi kernel module has to be added to the linux source tree. > > > >http://www.mediatek.com/en/downloads/mt7610u-usb/ > > > > I've made an issue for the rasp

Re: Addition of a wifi kernel module to the linux source tree

2014-11-29 Thread Linus Torvalds
On Fri, Nov 28, 2014 at 3:35 AM, Parth Sane wrote: > Hi Linus, > A wifi kernel module has to be added to the linux source tree. > >http://www.mediatek.com/en/downloads/mt7610u-usb/ > > I've made an issue for the raspberry pirepository: > >https://github.com/raspberrypi/linux/issues/730 So

Re: [PATCH] Drivers:staging:clocking-wizard: Added a newline

2014-11-29 Thread Greg KH
On Sat, Nov 29, 2014 at 06:03:06PM +0530, Athira S wrote: > Fixed checkpatch warning: > Missing a newline after declarations > > Signed-off-by: Athira S Is "Athira S" what you use to sign legal documents? If not, please fix and resend. ___ devel maili

[PATCH] staging:ft1000_pcmcia:Added a blank line after declaration

2014-11-29 Thread Anjana Sasindran
This patch fix the checkpatch.pl warning WARNING: Missing a blank line after declaration Signed-off-by: Anjana Sasindran --- drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c b/drivers/staging/f

[PATCH] staging:ft1000:ft1000_pcmcia:ft1000_hw.c:Added a blank line after declaration

2014-11-29 Thread Anjana Sasindran
This patch fix the checkpatch.pl warning WARNING: Missing a blank line after declaration Signed-off-by: Anjana Sasindran --- drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c b/drivers/staging/f

Re: [PATCH] Staging: ft1000 : ft1000-pcmcia: replace __attribute ((__packed__) with __packed macro per coding style guidelines in ft1000_dnld.c

2014-11-29 Thread Belisko Marek
Please use shorter summary phrase (which appear an subject) + split commit message to more line (not one long line). marek On Sat, Nov 29, 2014 at 3:49 AM, Geoff Darst wrote: > Replace two instances of __attribute ((__packed__) with __packed macro to > address the warning found by the checkpatc

Re: [PATCH] staging:drivers:staging:ft1000:ft1000_pcmcia:ft1000_hw.c:Added a blank line after declaration

2014-11-29 Thread Belisko Marek
Hi Anjana, please update subject to something like staging: ft1000: Marek On Sat, Nov 29, 2014 at 2:34 PM, Anjana Sasindran wrote: > This patch fix the checkpatch.pl warning > > WARNING: Missing a blank line after declaration > > Signed-off-by: Anjana Sasindran > --- > drivers/staging/f

[PATCH] staging:drivers:staging:ft1000:ft1000_pcmcia:ft1000_hw.c:Added a blank line after declaration

2014-11-29 Thread Anjana Sasindran
This patch fix the checkpatch.pl warning WARNING: Missing a blank line after declaration Signed-off-by: Anjana Sasindran --- drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c b/drivers/staging/f

[PATCH] staging:drivers:staging:clocking-wizard:clk-xlnx-clock-wizard.c: Added a line after declaration

2014-11-29 Thread Anjana Sasindran
This patch fix the checkpatch.pl warning WARNING:Missing a blank line after declaration Signed-off-by: Anjana Sasindran --- drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c b/driv

[PATCH] Drivers:staging:clocking-wizard: Added a newline

2014-11-29 Thread Athira S
Fixed checkpatch warning: Missing a newline after declarations Signed-off-by: Athira S --- drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c b/drivers/staging/clocking-wizard/clk-xl

[PATCH v2] Staging: rtl8188eu: {core, hal, include}: Removed inline function

2014-11-29 Thread Abel Moyo
Removed inline function get_my_bssid and open coded all its references Signed-off-by: Abel Moyo --- Changes in v2: - Remove inline function entirely and open code the implementation instead of replacing __inline with inline drivers/staging/rtl8188eu/core/rtw_mlme_ext.c| 57