Staging: zram: Remove useless offset calculation in handle_uncompressed_page()
authorJerome Marchand <jmarchan@redhat.com>
Fri, 10 Jun 2011 13:28:46 +0000 (15:28 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 Jul 2011 17:07:13 +0000 (10:07 -0700)
commit6a587e835e3a8ea2fe9e8fd038553f2090666bd5
treedc62a313bdcd8fa6ed77ce7d938877d749c0e8f5
parent67f72befc7b7c5c9bd9fcdc2642b79180a9b9678
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>
drivers/staging/zram/zram_drv.c