]> git.baikalelectronics.ru Git - kernel.git/commit
x86: memtest: use pointers of equal type for comparison
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Jun 2009 14:25:01 +0000 (16:25 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Jun 2009 14:26:35 +0000 (16:26 +0200)
commit6dc26ce487b9e0cb324140c60eafee287c2f2b39
tree29a1011829b78a88b1aa1c42fb263e623377e1f3
parentc5dbf40c43a050b1c0be8d3413a0457eec7c3933
x86: memtest: use pointers of equal type for comparison

Commit 2c9adbcb18d869c82304839844cd0efdf6ddbcfd (x86: memtest: remove
64-bit division) introduced following compile warning:

arch/x86/mm/memtest.c: In function 'memtest':
arch/x86/mm/memtest.c:56: warning: comparison of distinct pointer types lacks a cast
arch/x86/mm/memtest.c:58: warning: comparison of distinct pointer types lacks a cast

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/mm/memtest.c