Re: [PATCH] DAS1800: Fixing foo * bar should be foo *bar

2014-01-13 Thread Dan Carpenter
No signed-off line. Just merge both patches since they do the same thing and go to the same maintainers. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org

Re: [PATCH v3] Staging: lustre: Use of fls to find last set bit

2014-01-13 Thread Dan Carpenter
On Sun, Jan 12, 2014 at 01:45:51AM +0530, Monam Agarwal wrote: This introduces fls in lustre/ldlm/ldlm_extent.c to find the last set bit. Signed-off-by: Monam Agarwal monamagarwal...@gmail.com --- Changes since v1: * Incorrect commit message * Use of fls function Changes since v2: *

Re: [PATCH] staging: wlags49_h2: Fix do not use C99 style comments in wl_version.h

2014-01-13 Thread Dan Carpenter
On Mon, Jan 13, 2014 at 01:15:17AM +0900, Masanari Iida wrote: This patch fixed ERROR: do not use C99 // comments found by checkpatch.pl. Almost all these comments are pointless and should just be deleted. regards, dan carpenter ___ devel mailing

Re: [PATCH RFC 26/46] drivers/base: provide an infrastructure for componentised subsystems

2014-01-13 Thread Philipp Zabel
Am Samstag, den 11.01.2014, 11:40 + schrieb Russell King - ARM Linux: On Sat, Jan 11, 2014 at 12:31:19PM +0100, Robert Schwebel wrote: On Fri, Jan 10, 2014 at 11:23:37PM +, Russell King - ARM Linux wrote: We do this in DT by providing a superdevice node which specifies the

Re: [RFC PATCH v2] staging: imx-hdmi: use rx sense status for plug detection if hpd is unreliable

2014-01-13 Thread Philipp Zabel
Am Samstag, den 11.01.2014, 11:23 +0800 schrieb Shawn Guo: On Fri, Jan 10, 2014 at 03:22:24PM +0100, Philipp Zabel wrote: Due to the voltage divider on the HPD line, the HDMI connector on imx6q-sabrelite doesn't reliably detect connected DVI monitors. This patch allows to use the RX_SENSE0

Re: [PATCH] DAS1800: Fixing foo * bar should be foo *bar

2014-01-13 Thread Dan Carpenter
On Mon, Jan 13, 2014 at 09:02:33AM +, Joe Borġ wrote: Apologies for missing that. Feel free to add signed-off-by Joe Borg cyborg101...@gmail.com to the commit message. Unless it's a bugfix for a security issue then we don't fix other people's patches. You have to resend. regards, dan

[PATCH] imx-drm: parallel-display: honor 'native-mode' property when selecting video mode from DT

2014-01-13 Thread Lothar Waßmann
This patch allows to select a specific video mode from a list of modes defined in DT by setting the 'native-mode' property appropriately. Since all current users of this driver have only one mode defined in their .dts files, the patch does not change the behaviour of this driver on the affected

Re: [PATCH] imx-drm: parallel-display: honor 'native-mode' property when selecting video mode from DT

2014-01-13 Thread Marek Vasut
On Monday, January 13, 2014 at 11:24:33 AM, Lothar Waßmann wrote: This patch allows to select a specific video mode from a list of modes defined in DT by setting the 'native-mode' property appropriately. Since all current users of this driver have only one mode defined in their .dts files,

Re: vme_tsi148 question

2014-01-13 Thread Martyn Welch
On 07/01/14 16:14, Michael Kenney wrote: Hi Martyn, On Fri, Dec 27, 2013 at 4:34 PM, Michael Kenney mfken...@gmail.com wrote: Hi Martyn, On Fri, Dec 27, 2013 at 4:23 PM, Martyn Welch mar...@welchs.me.uk wrote: On 27/12/13 20:15, Michael Kenney wrote: We are using the vme_tsi148 bridge

[PATCH 1/4] staging: lustre: libcfs_debug.h: align define values

2014-01-13 Thread Salym Senyonga
Give all the constants a uniform alignment. Signed-off-by: Salym Senyonga salyms...@gmail.com --- .../lustre/include/linux/libcfs/libcfs_debug.h | 108 ++-- 1 files changed, 54 insertions(+), 54 deletions(-) diff --git

[PATCH 3/4] staging: lustre: libcfs_debug.h: remove extra blank lines

2014-01-13 Thread Salym Senyonga
This patch removes consecutive blank lines. Signed-off-by: Salym Senyonga salyms...@gmail.com --- .../lustre/include/linux/libcfs/libcfs_debug.h |8 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/drivers/staging/lustre/include/linux/libcfs/libcfs_debug.h

[PATCH 2/4] staging: lustre: libcfs_debug.h: Align backslashes in macros

2014-01-13 Thread Salym Senyonga
Uniformly align backslashes to improve readability. Signed-off-by: Salym Senyonga salyms...@gmail.com --- .../lustre/include/linux/libcfs/libcfs_debug.h | 70 ++-- 1 files changed, 35 insertions(+), 35 deletions(-) diff --git

Re: status of sbe-2t3e3 staging driver?

2014-01-13 Thread Krzysztof Halasa
Hi Greg, Greg KH gre...@linuxfoundation.org writes: It's been pointed out to me that there hasn't been any forward development on the sbe-2t3e3 in almost a year now. Is development dead, and I should delete it, or are you planning on doing more work on it soon so that it can be merged out

[PATCH 4/4] staging: lustre: libcfs_debug: small whitespace cleanups

2014-01-13 Thread Salym Senyonga
Just a few minor changes to make columns line up. Signed-off-by: Salym Senyonga salyms...@gmail.com --- .../lustre/include/linux/libcfs/libcfs_debug.h | 24 ++-- 1 files changed, 12 insertions(+), 12 deletions(-) diff --git

Re: vme_tsi148 question

2014-01-13 Thread Michael Kenney
Hi Martyn, On Mon, Jan 13, 2014 at 4:00 AM, Martyn Welch martyn.we...@ge.com wrote: [snip] Hi Mike, I'm a little bemused by this one - I haven't managed to replicate it yet. I have a feeling that the VME driver in version 3.2 won't use 16-bit transfers at the beginning of blocks that aren't

[PATCH 0/4] delete useless variable

2014-01-13 Thread Julia Lawall
These patches delete declarations and initializations of variables that are only assigned to constants but never used otherwise. The complete semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // smpl @r exists@ type T; identifier i,i2; position p; @@ T i@p; ...

[PATCH 4/4] staging: tidspbridge: delete useless variable

2014-01-13 Thread Julia Lawall
From: Julia Lawall julia.law...@lip6.fr The variable status is initialized to either 0 or an error code. Return status to propagate the error value. A simplified version of the semantic patch that fixes this problem is as follows: (http://coccinelle.lip6.fr/) // smpl @@ type T; identifier i;

Re: [PATCH 4/4] staging: tidspbridge: delete useless variable

2014-01-13 Thread Dan Carpenter
On Mon, Jan 13, 2014 at 05:17:27PM +0100, Julia Lawall wrote: From: Julia Lawall julia.law...@lip6.fr The variable status is initialized to either 0 or an error code. Return status to propagate the error value. Could you update the subject to say that the patch was a bugfix. regards, dan

[PATCH 4/4] staging: tidspbridge: adjust error return code (bugfix)

2014-01-13 Thread Julia Lawall
From: Julia Lawall julia.law...@lip6.fr The variable status is initialized to either 0 or an error code. Return status to propagate the error value. A simplified version of the semantic patch that fixes this problem is as follows: (http://coccinelle.lip6.fr/) // smpl @@ type T; identifier i;

Re: [PATCH v4 1/1] staging: fpgaboot: Xilinx FPGA firmware download driver

2014-01-13 Thread Greg KH
On Sat, Jan 11, 2014 at 04:37:32PM -0800, Insop Song wrote: On Sat, Jan 11, 2014 at 4:10 PM, Greg KH gre...@linuxfoundation.org wrote: On Sat, Jan 11, 2014 at 03:56:48PM -0800, Insop Song wrote: On Sat, Jan 11, 2014 at 1:05 PM, Greg KH gre...@linuxfoundation.org wrote: On Sat, Jan 11,

Re: [PATCH] DAS6402: Fixing foo * bar should be foo *bar

2014-01-13 Thread Greg KH
On Sat, Jan 11, 2014 at 02:48:48PM +, Joe Borg wrote: --- drivers/staging/comedi/drivers/das6402.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Please always run your patches through the checkpatch.pl script, so that we don't have to tell you the results of it as to why we can't

[PATCH] Staging: ced1401: fix coding style in ced_ioc.c

2014-01-13 Thread Pol Eyschen
From: Pol Eyschen poleysc...@hotmail.com All comments fixed to match the kernel coding style. Signed-off-by: Pol Eyschen poleysc...@gmail.com --- drivers/staging/ced1401/ced_ioc.c | 382 - 1 file changed, 249 insertions(+), 133 deletions(-) diff --git

[PATCH] AlarmDev: Changing is_wakeup() to be a function to pass checkpatch

2014-01-13 Thread Joe Borg
Signed-off-by Joe Borg cyborg101...@gmail.com --- drivers/staging/android/alarm-dev.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/staging/android/alarm-dev.c b/drivers/staging/android/alarm-dev.c index 647694f..87f2a02 100644 ---

[PATCH] DAS1800: Fixing foo * bar should be foo *bar

2014-01-13 Thread Joe Borg
Signed-off-by Joe Borg cyborg101...@gmail.com --- drivers/staging/comedi/drivers/das1800.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/drivers/das1800.c b/drivers/staging/comedi/drivers/das1800.c index 1880038..8fb87df 100644 ---

Re: [PATCH] AlarmDev: Changing is_wakeup() to be a function to pass checkpatch

2014-01-13 Thread Dan Carpenter
On Mon, Jan 13, 2014 at 08:10:36PM +, Joe Borg wrote: Signed-off-by Joe Borg cyborg101...@gmail.com --- drivers/staging/android/alarm-dev.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/staging/android/alarm-dev.c

Re: [PATCH] DAS1800: Fixing foo * bar should be foo *bar

2014-01-13 Thread Greg KH
On Mon, Jan 13, 2014 at 08:14:46PM +, Joe Borg wrote: Signed-off-by Joe Borg cyborg101...@gmail.com You need a changelog comment here, please. And is that your real email address and name? greg k-h ___ devel mailing list

Re: [PATCH] AlarmDev: Changing is_wakeup() to be a function to pass checkpatch

2014-01-13 Thread Greg KH
On Mon, Jan 13, 2014 at 08:10:36PM +, Joe Borg wrote: Signed-off-by Joe Borg cyborg101...@gmail.com --- drivers/staging/android/alarm-dev.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/staging/android/alarm-dev.c

Re: [PATCH] DAS1800: Fixing foo * bar should be foo *bar

2014-01-13 Thread Greg KH
On Mon, Jan 13, 2014 at 09:23:11PM +, Joe Borġ wrote: Ok, will do the change log. Yes, it's my real name and email... I know the email address is embarrassing, but genuine :). Regards, Joseph David Borġ There's nothing wrong with using Joe Borġ as your signed-off-by: line, as

Re: [PATCH] Staging: ced1401: fix coding style in ced_ioc.c

2014-01-13 Thread Mark Einon
On Mon, Jan 13, 2014 at 08:41:40PM +0100, Pol Eyschen wrote: From: Pol Eyschen poleysc...@hotmail.com All comments fixed to match the kernel coding style. Signed-off-by: Pol Eyschen poleysc...@gmail.com --- This patch doesn't apply to my staging-next branch. Are you making your changes to

[PATCH v3] Move DWC2 driver out of staging

2014-01-13 Thread Paul Zimmerman
The DWC2 driver should now be in good enough shape to move out of staging. I have stress tested it overnight on RPI running mass storage and Ethernet transfers in parallel, and for several days on our proprietary PCI-based platform. Signed-off-by: Paul Zimmerman pa...@synopsys.com --- Greg, I

Re: [PATCH] Staging: ced1401: fix coding style in ced_ioc.c

2014-01-13 Thread Dan Carpenter
On Mon, Jan 13, 2014 at 09:35:53PM +, Mark Einon wrote: On Mon, Jan 13, 2014 at 08:41:40PM +0100, Pol Eyschen wrote: From: Pol Eyschen poleysc...@hotmail.com All comments fixed to match the kernel coding style. Signed-off-by: Pol Eyschen poleysc...@gmail.com --- This patch

[PATCH] DAS1800: Fixing foo * bar should be foo *bar

2014-01-13 Thread Joe Borg
Fixed an error flagged by checkpatch.pl, 'foo * bar should be foo *bar' in the parameters of function munge_data(). Signed-off-by Joe Borg cyborg101...@gmail.com --- drivers/staging/comedi/drivers/das1800.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH v4] Move DWC2 driver out of staging

2014-01-13 Thread Paul Zimmerman
The DWC2 driver should now be in good enough shape to move out of staging. I have stress tested it overnight on RPI running mass storage and Ethernet transfers in parallel, and for several days on our proprietary PCI-based platform. Signed-off-by: Paul Zimmerman pa...@synopsys.com --- v4: Also

Re: [PATCH] DAS1800: Fixing foo * bar should be foo *bar

2014-01-13 Thread Greg KH
On Mon, Jan 13, 2014 at 09:47:59PM +, Joe Borg wrote: Fixed an error flagged by checkpatch.pl, 'foo * bar should be foo *bar' in the parameters of function munge_data(). Please wrap your changelog comments at 72 colums, like git asks you to when you type them in. Signed-off-by Joe Borg

Re: [PATCH v4] Move DWC2 driver out of staging

2014-01-13 Thread Greg KH
On Mon, Jan 13, 2014 at 01:50:09PM -0800, Paul Zimmerman wrote: The DWC2 driver should now be in good enough shape to move out of staging. I have stress tested it overnight on RPI running mass storage and Ethernet transfers in parallel, and for several days on our proprietary PCI-based

RE: [PATCH v4] Move DWC2 driver out of staging

2014-01-13 Thread Paul Zimmerman
From: Greg KH [mailto:gre...@linuxfoundation.org] Sent: Monday, January 13, 2014 2:04 PM On Mon, Jan 13, 2014 at 01:50:09PM -0800, Paul Zimmerman wrote: The DWC2 driver should now be in good enough shape to move out of staging. I have stress tested it overnight on RPI running mass storage

Re: [PATCH] Staging: ced1401: fix coding style in ced_ioc.c

2014-01-13 Thread Pol Eyschen
On 13.01.2014, at 22:44, Dan Carpenter wrote: On Mon, Jan 13, 2014 at 09:35:53PM +, Mark Einon wrote: On Mon, Jan 13, 2014 at 08:41:40PM +0100, Pol Eyschen wrote: From: Pol Eyschen poleysc...@hotmail.com All comments fixed to match the kernel coding style. Signed-off-by: Pol Eyschen

Re: [PATCH] Staging: ced1401: fix coding style in ced_ioc.c

2014-01-13 Thread Dan Carpenter
On Mon, Jan 13, 2014 at 11:31:29PM +0100, Pol Eyschen wrote: I took the original comments that were there, and just formatted them to be in order with the coding style, I didn't add or remove anything. This is my first patch so I didn't want to mess too much with what was there before, even

Re: [PATCH] Staging: ced1401: fix coding style in ced_ioc.c

2014-01-13 Thread Greg KH
On Mon, Jan 13, 2014 at 11:31:29PM +0100, Pol Eyschen wrote: On 13.01.2014, at 22:44, Dan Carpenter wrote: On Mon, Jan 13, 2014 at 09:35:53PM +, Mark Einon wrote: On Mon, Jan 13, 2014 at 08:41:40PM +0100, Pol Eyschen wrote: From: Pol Eyschen poleysc...@hotmail.com All comments

Re: hv: Trivial cleanups for drivers/hv/connection.c

2014-01-13 Thread Greg KH
On Tue, Dec 31, 2013 at 10:52:37PM +0100, Pavel Machek wrote: __u32 is only useful for kernel-user interface, u32 should be enough for kernel. Formatting was very confusing around __get_free_pages(). Signed-off-by: Pavel Machek pa...@ucw.cz This doesn't apply to my char-misc.git tree, care

[PATCH] DAS1800: Fixing foo * bar should be foo *bar

2014-01-13 Thread Joe Borg
Fixed an error flagged by checkpatch.pl, 'foo * bar should be foo *bar' in the parameters of function munge_data(). Signed-off-by Joe Borg cyborg101...@gmail.com --- drivers/staging/comedi/drivers/das1800.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] usb: dwc2: move device tree bindings doc to correct place

2014-01-13 Thread Paul Zimmerman
Now that the DWC2 driver has been moved to drivers/usb, move its bindings doc to the correct place Cc: Rob Herring rob.herr...@calxeda.com Signed-off-by: Paul Zimmerman pa...@synopsys.com --- Greg, I missed this file when moving the rest of the dwc2 files.

[PATCH] hyperv_fb: Add screen refresh after pause/resume operation

2014-01-13 Thread Haiyang Zhang
This is necessary because after VM is pause/resumed, some portion of the screen may need refresh. Signed-off-by: Haiyang Zhang haiya...@microsoft.com Reviewed-by: K. Y. Srinivasan k...@microsoft.com --- drivers/video/hyperv_fb.c | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-)

Re: [PATCH] DAS1800: Fixing foo * bar should be foo *bar

2014-01-13 Thread Greg KH
On Mon, Jan 13, 2014 at 11:19:15PM +, Joe Borg wrote: Fixed an error flagged by checkpatch.pl, 'foo * bar should be foo *bar' in the parameters of function munge_data(). Ok, real minor nits here, but I'd like you to make them for future patches as it makes my life easier, and I don't like

Re: [PATCH] staging: comedi: das1800: Fixing foo * bar should be foo *bar

2014-01-13 Thread Greg KH
On Mon, Jan 13, 2014 at 11:19:15PM +, Joe Borg wrote: Fixed an error flagged by checkpatch.pl, 'foo * bar should be foo *bar' in the parameters of function munge_data(). Signed-off-by: Joe Borg cyborg101...@gmail.com --- drivers/staging/comedi/drivers/das1800.c | 2 +- 1 file changed,

Re: [PATCH] Staging: ced1401: fix coding style in ced_ioc.c

2014-01-13 Thread Greg KH
On Mon, Jan 13, 2014 at 08:41:40PM +0100, Pol Eyschen wrote: From: Pol Eyschen poleysc...@hotmail.com All comments fixed to match the kernel coding style. Signed-off-by: Pol Eyschen poleysc...@gmail.com --- drivers/staging/ced1401/ced_ioc.c | 382 -

USB, TTY, char/misc, and Staging trees now closed for 3.14

2014-01-13 Thread Greg KH
Hi all, Given that 3.13 will be out in a few days, it's time to close my trees for new patches until 3.14-rc1 is out. Please feel free to send me patches for these trees, but note that I'll be ignoring them until 3.14-rc1 is out, at which point in time I'll start reviewing them again and

Re: [PATCH 3/4] staging: lustre: libcfs_debug.h: remove extra blank lines

2014-01-13 Thread Dilger, Andreas
On 2014/01/13, 6:41 AM, Salym Senyonga salyms...@gmail.com wrote: This patch removes consecutive blank lines. ... but it doesn't leave a single blank line in those places, and in two cases also appears to remove a single blank line. To be honest, I'd rather not see minor whitespace-only changes

Re: [PATCH 4/4] staging: lustre: libcfs_debug: small whitespace cleanups

2014-01-13 Thread Dilger, Andreas
On 2014/01/13, 6:41 AM, Salym Senyonga salyms...@gmail.com wrote: Just a few minor changes to make columns line up. I'd prefer that if you are going to line up the columns that this be done with tabs instead of spaces. That avoids (or at least reduces) the need to re-align all of the lines if

[PATCH -next] ion: Fix sparse non static symbol warnings

2014-01-13 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn Fixes the following sparse warnings: drivers/staging/android/ion/ion_dummy_driver.c:26:19: warning: symbol 'idev' was not declared. Should it be static? drivers/staging/android/ion/ion_dummy_driver.c:27:17: warning: symbol 'heaps' was not

Re: [PATCH] Staging: ced1401: fix coding style in ced_ioc.c

2014-01-13 Thread Joe Perches
On Mon, 2014-01-13 at 15:56 -0800, Greg KH wrote: On Mon, Jan 13, 2014 at 08:41:40PM +0100, Pol Eyschen wrote: [] diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ced1401/ced_ioc.c [] @@ -41,7 +41,8 @@ static void FlushOutBuff(DEVICE_EXTENSION *pdx) {

[PATCH] Staging: comedi: remove unnecessary braces in pcl711.c

2014-01-13 Thread Chase Southwood
This patch for pcl711.c removes braces causing a checkpatch.pl warning. It also removes an empty else arm of an if-else statement. Signed-off-by: Chase Southwood chase.southw...@yahoo.com --- I removed the else arm of this statement because it was empty, save for the ignore comment. If it is

[PATCH] Staging: comedi: move trailing statement to next line in ni_mio_common.c

2014-01-13 Thread Chase Southwood
This patch for ni_mio_common.c silences a checkpatch error due to a trailing statement. Signed-off-by: Chase Southwood chase.southw...@yahoo.com --- drivers/staging/comedi/drivers/ni_mio_common.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

Re: [PATCH] Staging: comedi: move trailing statement to next line in ni_mio_common.c

2014-01-13 Thread Joe Perches
On Mon, 2014-01-13 at 21:13 -0600, Chase Southwood wrote: This patch for ni_mio_common.c silences a checkpatch error due to a trailing statement. [] diff --git a/drivers/staging/comedi/drivers/ni_mio_common.c b/drivers/staging/comedi/drivers/ni_mio_common.c [] @@ -692,7 +692,8 @@ static void

Re: vme_tsi148 question

2014-01-13 Thread Michael Kenney
Hi Martyn, On Mon, Jan 13, 2014 at 6:49 AM, Michael Kenney mfken...@gmail.com wrote: Hi Martyn, On Mon, Jan 13, 2014 at 4:00 AM, Martyn Welch martyn.we...@ge.com wrote: [snip] Hi Mike, I'm a little bemused by this one - I haven't managed to replicate it yet. I have a feeling that the

[PATCH V1 1/1] Drivers: hv: Implement the file copy service

2014-01-13 Thread K. Y. Srinivasan
Implement the file copy service for Linux guests on Hyper-V. This permits the host to copy a file (over VMBUS) into the guest. This facility is part of guest integration services supported on the Windows platform. Here is a link that provides additional details on this functionality:

[PATCH] staging: ced1401: Fix dev_level messages

2014-01-13 Thread Joe Perches
Add a missing newline to each message. Standardize style to %s: ..., __func__. Signed-off-by: Joe Perches j...@perches.com --- There are a _lot_ of function tracing style uses of dev_dbg that could/should be deleted. This patch doesn't attempt to delete them. drivers/staging/ced1401/ced_ioc.c

Re: [PATCH 3/4] staging: lustre: libcfs_debug.h: remove extra blank lines

2014-01-13 Thread Dan Carpenter
On Tue, Jan 14, 2014 at 12:43:58AM +, Dilger, Andreas wrote: On 2014/01/13, 6:41 AM, Salym Senyonga salyms...@gmail.com wrote: This patch removes consecutive blank lines. ... but it doesn't leave a single blank line in those places, and in two cases also appears to remove a single

Re: [PATCH] Staging: comedi: remove unnecessary braces in pcl711.c

2014-01-13 Thread Dan Carpenter
On Mon, Jan 13, 2014 at 09:13:16PM -0600, Chase Southwood wrote: This patch for pcl711.c removes braces causing a checkpatch.pl warning. It also removes an empty else arm of an if-else statement. Signed-off-by: Chase Southwood chase.southw...@yahoo.com --- I removed the else arm of this

Re: [PATCH] Staging: comedi: move trailing statement to next line in ni_mio_common.c

2014-01-13 Thread Dan Carpenter
On Mon, Jan 13, 2014 at 07:16:14PM -0800, Joe Perches wrote: On Mon, 2014-01-13 at 21:13 -0600, Chase Southwood wrote: This patch for ni_mio_common.c silences a checkpatch error due to a trailing statement. [] diff --git a/drivers/staging/comedi/drivers/ni_mio_common.c

[PATCH v2 0/3] Add modules for realtek USB card reader

2014-01-13 Thread rogerable
From: Roger Tseng rogera...@realtek.com This patchset adds modules to support Realtek USB vendor specific class flash card reader: one base module in MFD subsystem and two host modules in both mmc and memstick subsystems. The architecture is similar to rtsx_pci. This work is done primarily to