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
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
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
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
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo