]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
mfd: Fix htc-egpio compile warning
authorSamuel Ortiz <sameo@openedhand.com>
Wed, 24 Sep 2008 22:17:00 +0000 (00:17 +0200)
committerSamuel Ortiz <samuel@sortiz.org>
Sun, 19 Oct 2008 20:54:10 +0000 (22:54 +0200)
commit504f97f884bafcd14d28ab52533e7b92996c8b98
tree93e69a0b26a7b0ee9bc3df0c19c473bda459438f
parentf98a0bd0e4b77b12e49ce01f4c9f04503931c291
mfd: Fix htc-egpio compile warning

resource_size_t can be a 64 bits value. Since this is just a printk, we'll
cast it to a u32.

Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
drivers/mfd/htc-egpio.c