From: Eli Billauer Date: Sat, 5 Jul 2014 09:45:09 +0000 (+0300) Subject: staging: xillybus: Register's address offset notation update X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=539889ee491a9d7633c340a6edb311c693e1cbf7;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed