[PATCH RESEND v3 4/6] AHCI: Get rid of redundant arg to ahci_handle_port_interrupt()

2014-09-21 Thread Alexander Gordeev
Function's ahci_handle_port_interrupt() 'port_mmio' parameter could be derived within function. No need to pass it from outside. Signed-off-by: Alexander Gordeev Cc: linux-...@vger.kernel.org --- drivers/ata/libahci.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git

[PATCH RESEND v3 4/6] AHCI: Get rid of redundant arg to ahci_handle_port_interrupt()

2014-09-21 Thread Alexander Gordeev
Function's ahci_handle_port_interrupt() 'port_mmio' parameter could be derived within function. No need to pass it from outside. Signed-off-by: Alexander Gordeev agord...@redhat.com Cc: linux-...@vger.kernel.org --- drivers/ata/libahci.c | 9 - 1 file changed, 4 insertions(+), 5