aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorCyrille Pitchen <[email protected]>2016-01-29 16:53:33 +0000
committerHerbert Xu <[email protected]>2016-01-30 14:05:17 +0000
commit49a20454e0eb907093ec564d4e8f3832bcbf9d53 (patch)
treeffe54799413725319412a5029a43383fac3708c0 /net/unix/af_unix.c
parentcrypto: algif_hash - wait for crypto_ahash_init() to complete (diff)
downloadkernel-49a20454e0eb907093ec564d4e8f3832bcbf9d53.tar.gz
kernel-49a20454e0eb907093ec564d4e8f3832bcbf9d53.zip
crypto: atmel-aes - remove calls of clk_prepare() from atomic contexts
clk_prepare()/clk_unprepare() must not be called within atomic context. This patch calls clk_prepare() once for all from atmel_aes_probe() and clk_unprepare() from atmel_aes_remove(). Then calls of clk_prepare_enable()/clk_disable_unprepare() were replaced by calls of clk_enable()/clk_disable(). Cc: [email protected] Signed-off-by: Cyrille Pitchen <[email protected]> Reported-by: Matthias Mayr <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions