[PATCH v3 0/2] Staging: rts5208: rtsx_reset_chip style clean up

2014-10-29 Thread Fabio Falzoi
Clean up the code in rtsx_reset_chip function defining two new helper
functions rtsx_reset_aspm and rtsx_enable_pcie_intr.
Specifically, the following checkpatch warnings are corrected:

* PARENTHESIS_ALIGNMENT at rows 295 and 313

This patch is inspired by the following post on LKML regarding another
clean up for rts5208 module:
http://www.spinics.net/lists/linux-driver-devel/msg55038.html

Changes in v3:
* rebased against master branch of linux-next tree

Changes in v2:
* rebased against staging-testing branch of staging driver development
tree

Fabio Falzoi (2):
  Staging: rts5208: helper function to manage aspm during reset
  Staging: rts5208: helper function to enable interrupts

 drivers/staging/rts5208/rtsx_chip.c | 165 +++-
 1 file changed, 87 insertions(+), 78 deletions(-)

-- 
2.1.1

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


Re: [PATCH v3 0/2] Staging: rts5208: rtsx_reset_chip style clean up

2014-10-29 Thread Greg KH
On Wed, Oct 29, 2014 at 10:58:17PM +0100, Fabio Falzoi wrote:
 Clean up the code in rtsx_reset_chip function defining two new helper
 functions rtsx_reset_aspm and rtsx_enable_pcie_intr.
 Specifically, the following checkpatch warnings are corrected:
 
 * PARENTHESIS_ALIGNMENT at rows 295 and 313
 
 This patch is inspired by the following post on LKML regarding another
 clean up for rts5208 module:
 http://www.spinics.net/lists/linux-driver-devel/msg55038.html
 
 Changes in v3:
 * rebased against master branch of linux-next tree

That's not going to work, can you redo it against my staging-testing
branch of staging.git?  Or, if you really want to work off of
linux-next, wait a few days before I merge my staging-testing branch
into staging-next to show up in linux-next.

As it is, these patches don't apply, so I'm going to have to drop them
from my queue.

thanks,

greg k-h
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel