caam: don't pass bogus S_IFCHR to debugfs_create_...()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 24 Jul 2011 08:32:53 +0000 (04:32 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 24 Jul 2011 14:12:42 +0000 (10:12 -0400)
commiteda65cc6ce2a45dc01c233e301e59cd7a0f763ad
treedea2bc7276405a999f3c314d86fc8b148b7ef3de
parente55d92b92d240189241c22bfdfc885d4225a4d61
caam: don't pass bogus S_IFCHR to debugfs_create_...()

it will be replaced with S_IFREG anyway

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/crypto/caam/ctrl.c