From: Michael Buesch Date: Wed, 2 Mar 2011 16:11:53 +0000 (+0000) Subject: cbus-retu-wdt: Fix bitfield access X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74eb5d9e28c5876f829bfcbda67023ce4f0617eb;p=pandora-kernel.git cbus-retu-wdt: Fix bitfield access An unsigned int pointer must not be casted to an unsigned long pointer before use. Convert the bitfield to unsigned long to fix this. Also use clear_bit() in the release path. Signed-off-by: Michael Buesch Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed