From: Kaixu Xia Date: Mon, 26 Jan 2015 16:22:25 +0000 (-0700) Subject: coresight: fix function etm_writel_cp14() parameter order X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~85^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fb31cd839c21130c0b2524ceb9244e98dfe10e3;p=pandora-kernel.git coresight: fix function etm_writel_cp14() parameter order Function etm_writel_cp14() takes an offset and a value rather than the other way around, something this patch is correcting. The semantic remains the same since it is only a function stub. Signed-off-by: Kaixu Xia Signed-off-by: Mathieu Poirier Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed