commit | 53155109b6ac611d9bb4a4ef9d3109b219b8d0e1 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nico@cam.org> | Thu May 12 20:18:19 2005 -0400 |
committer | Jeff Garzik <jgarzik@pobox.com> | Thu May 12 20:18:19 2005 -0400 |
tree | f652feb315954c9569870518ec7502d56154b6e3 | |
parent | 88d7bd8cb9eb8d64bf7997600b0d64f7834047c5 [diff] |
[PATCH] smc91x addr config check The PAGE_SIZE mask is indeed confusing. Use the exact mask for this context which has nothing to do with memory pages at all. Also cast to int since the value to compare with is an int. Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>