OSDN Git Service

HSI: ssi_protocol: fix ssip_xmit invocation
authorSebastian Reichel <sre@kernel.org>
Fri, 17 Jun 2016 22:58:39 +0000 (00:58 +0200)
committerSebastian Reichel <sre@kernel.org>
Mon, 27 Jun 2016 22:38:37 +0000 (00:38 +0200)
commitdf26d639e2f4628732a8da5a0f71e4e652ce809b
treeb53db2bdb9b8799b662b2b967d2bf22a74d61f59
parent866dcb9d57fcad11c2647a154b2b246ac10d0795
HSI: ssi_protocol: fix ssip_xmit invocation

ssip_xmit should be called from process context,
since it calls hsi_async_write.

Signed-off-by: Sebastian Reichel <sre@kernel.org>
Tested-by: Pavel Machek <pavel@ucw.cz>
drivers/hsi/clients/ssi_protocol.c