]> git.baikalelectronics.ru Git - kernel.git/commit
staging: sm750fb: Fix parameter mistake in poke32
authorHuacai Chen <chenhc@lemote.com>
Mon, 6 Nov 2017 00:43:03 +0000 (08:43 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Nov 2017 15:44:06 +0000 (16:44 +0100)
commit121c44b0a8af7db5ad91b6b9ed7c79edd2e15aa5
tree2eddc2c6fd8a5cd8618b978d6bba5b4c0924cd67
parent15f89690672559d802c87b22fcd7e8204c3ef4aa
staging: sm750fb: Fix parameter mistake in poke32

In commit 7805123d6d27182 ("staging: sm750fb: Replace POKE32 and PEEK32
by inline functions"), POKE32 has been replaced by the inline function
poke32. But it exchange the "addr" and "data" parameters by mistake, so
fix it.

Fixes: 7805123d6d27182 ("staging: sm750fb: Replace POKE32 and PEEK32 by inline functions"),
Signed-off-by: Huacai Chen <chenhc@lemote.com>
Signed-off-by: Liangliang Huang <huangll@lemote.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/ddk750_chip.h