commit | 539889ee491a9d7633c340a6edb311c693e1cbf7 | [log] [tgz] |
---|---|---|
author | Eli Billauer <eli.billauer@gmail.com> | Sat Jul 05 12:45:09 2014 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 09 12:20:37 2014 -0700 |
tree | bfac5ad035d2725d9af38ac7ae835124bcbf7787 | |
parent | 049c1fb4fc2a45a51b51bf9abb24cd5fd1b3fcf3 [diff] |
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>