From: Roland Dreier Date: Fri, 21 Feb 2014 16:07:21 +0000 (-0800) Subject: NTB: Fix typo in setting one translation register X-Git-Tag: v3.15-rc1~14^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8eee3795d68d4b7448ce9e6752de379d9fe2c23;p=pandora-kernel.git NTB: Fix typo in setting one translation register In the code for Xeon devices in back-to-back mode with xeon_errata_workaround disabled, the downstream device puts the wrong value in SNB_B2B_XLAT_OFFSETL (SNB_MBAR01_DSD_ADDR vs. SNB_MBAR01_USD_ADDR). This was spotted while reading code, since the typo has no practical effect, at least for now: the low 32 bits of both constants are actually identical anyway. However, it's clearer and safer to use the right name. Signed-off-by: Roland Dreier Signed-off-by: Jon Mason --- Reading git-diff-tree failed