From: Dmitry Kasatkin Date: Thu, 2 Jun 2011 18:10:05 +0000 (+0300) Subject: crypto: omap-sham - replace flags bit mask with bit number X-Git-Tag: v3.1-rc1~266^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea1fd2246f3c3c6b739529db2a547fa080cf09a3;p=pandora-kernel.git crypto: omap-sham - replace flags bit mask with bit number Flags mask cannot be used with atomic bit operations. This patch changes masks to bit numbers. Atomic bit operations will be used by following patches. Signed-off-by: Dmitry Kasatkin Signed-off-by: Herbert Xu --- Reading git-diff-tree failed