From: Chen Gang Date: Thu, 10 Oct 2013 02:31:22 +0000 (+0800) Subject: s390/atomic: use 'unsigned int' instead of 'unsigned long' for atomic_*_mask() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~58^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72b7fb5fda25e1213cb9f63bf712161c66877552;p=pandora-kernel.git s390/atomic: use 'unsigned int' instead of 'unsigned long' for atomic_*_mask() The type of 'v->counter' is always 'int', and related inline assembly code also process 'int', so use 'unsigned int' instead of 'unsigned long' for the 'mask'. Signed-off-by: Chen Gang Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed