diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-09-18 11:03:12 +0200 |
---|---|---|
committer | Boris Ostrovsky <boris.ostrovsky@oracle.com> | 2017-09-21 18:34:03 +0200 |
commit | 51a9a8284e43642fc3e85810fd54f4c245d23a14 (patch) | |
tree | c432175af134fd1bdb5dd9d6190cfa56f422bd0c /drivers/xen | |
parent | Linux 4.14-rc1 (diff) | |
download | linux-51a9a8284e43642fc3e85810fd54f4c245d23a14.tar.xz linux-51a9a8284e43642fc3e85810fd54f4c245d23a14.zip |
x86/xen: clean up clang build warning
In the case where sizeof(maddr) != sizeof(long) p is initialized and
never read and clang throws a warning on this. Move declaration of
p to clean up the clang build warning:
warning: Value stored to 'p' during its initialization is never read
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Diffstat (limited to 'drivers/xen')
0 files changed, 0 insertions, 0 deletions