x86, msr: Use seek definitions instead of hard-coded values
authorFabian Frederick <fabf@skynet.be>
Fri, 17 Oct 2014 20:01:59 +0000 (22:01 +0200)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 17 Oct 2014 20:40:55 +0000 (13:40 -0700)
commit03452d27c6cd9cebb59a6bb0fb6bd8557916c263
tree6130c15c458483d467f04beb06cc4285704e2f93
parent951a18c6fee5d2f6f5d7b5118776bf787bf9c351
x86, msr: Use seek definitions instead of hard-coded values

Replace 0/1 by SEEK_SET/SEEK_CUR.

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Link: http://lkml.kernel.org/r/1413576120-27147-1-git-send-email-fabf@skynet.be
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/kernel/msr.c