This patch fixes an unnecessary return statement parantheses error
found in ms.c by the checkpatch.pl tool.
Signed-off-by: Preetam D'Souza
---
drivers/staging/rts5139/ms.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rts5139/ms.c b/drivers/st
On Mon, Dec 9, 2013 at 8:04 PM, Greg KH wrote:
>
> linux-next or the subsystem-specific tree (for drivers/staging/ that
> would be the staging.git tree at git.kernel.org, and use the
> staging-next branch.)
>
> hope this helps,
>
> greg k-h
Got it! Thanks for the heads UP, will switch over to *-n
Hey Greg--I'm working against Linus' latest tree on
https://github.com/torvalds/linux.git ... which tree should I be using
for the updated code?
Thanks!
Preetam
On Sun, Dec 8, 2013 at 5:30 PM, Greg KH wrote:
> On Sat, Dec 07, 2013 at 02:35:52PM -0800, Preetam D'Souza wrote:
&
This patch fixes an unecessary return statement parantheses error
found in alarm-dev.c by the checkpatch.pl tool -- alarm-dev.c now has
no more errors/warnings!
Signed-off-by: Preetam D'Souza
---
drivers/staging/android/alarm-dev.c |4 ++--
1 file changed, 2 insertions(+), 2 dele