commit | 6fa4e8eb3f1906decdd9d426708bf5134d77f5ad | [log] [tgz] |
---|---|---|
author | Nishka Dasgupta <nishkadg.linux@gmail.com> | Mon Jul 08 12:11:45 2019 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jul 22 07:34:10 2019 +0200 |
tree | ce25496ce0f047794c297bb1f5dff272c7119379 | |
parent | 41e359e6daf47cd47c9fde77220653886b8f5969 [diff] |
staging: most: dim2: Remove function dimcb_io_write() Remove function dimcb_io_write as all it does is call writel. Modify calls to dimcb_io_write to writel, flipping the order of the arguments as required. Issue found with Coccinelle. Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com> Link: https://lore.kernel.org/r/20190708064145.3250-3-nishkadg.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>