]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: xillybus: Register's address offset notation update
authorEli Billauer <eli.billauer@gmail.com>
Sat, 5 Jul 2014 09:45:09 +0000 (12:45 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Jul 2014 19:20:37 +0000 (12:20 -0700)
commit539889ee491a9d7633c340a6edb311c693e1cbf7
treebfac5ad035d2725d9af38ac7ae835124bcbf7787
parent049c1fb4fc2a45a51b51bf9abb24cd5fd1b3fcf3
staging: xillybus: Register's address offset notation update

In iowrite32() calls, the address of registers was expressed as e.g.
&ep->registers[fpga_msg_ctrl_reg]. This changes to the more common format
e.g. ep->registers + fpga_msg_ctrl_reg.

There is no functional change.

Signed-off-by: Eli Billauer <eli.billauer@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/xillybus/xillybus.h
drivers/staging/xillybus/xillybus_core.c