commit | 6a587e835e3a8ea2fe9e8fd038553f2090666bd5 | [log] [tgz] |
---|---|---|
author | Jerome Marchand <jmarchan@redhat.com> | Fri Jun 10 15:28:46 2011 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Jul 05 10:07:13 2011 -0700 |
tree | dc62a313bdcd8fa6ed77ce7d938877d749c0e8f5 | |
parent | 67f72befc7b7c5c9bd9fcdc2642b79180a9b9678 [diff] |
Staging: zram: Remove useless offset calculation in handle_uncompressed_page() The offset of uncompressed page is always zero: handle_uncompressed_page() doesn't have to care about it. Signed-off-by: Jerome Marchand <jmarchan@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>