diff options
| author | Sebastian Reichel <sre@kernel.org> | 2016-04-30 12:08:06 -0400 |
|---|---|---|
| committer | Sebastian Reichel <sre@kernel.org> | 2016-06-27 18:38:53 -0400 |
| commit | de5a3774dde2c2f3b3a9a48b880fd820142706f0 (patch) | |
| tree | a027d983a7e5cfab9e4e48673952e33247622a02 /include/linux/hsi | |
| parent | 2083057aacecbd79ed73670763f07e6e7c1acd66 (diff) | |
HSI: core: switch port event notifier from atomic to blocking
port events should be sent from process context after
irq_safe runtime pm flag is removed in omap-ssi.
Signed-off-By: Sebastian Reichel <sre@kernel.org>
Tested-by: Pavel Machek <pavel@ucw.cz>
Diffstat (limited to 'include/linux/hsi')
| -rw-r--r-- | include/linux/hsi/hsi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/hsi/hsi.h b/include/linux/hsi/hsi.h index 2790591c77cf..57402544b53f 100644 --- a/include/linux/hsi/hsi.h +++ b/include/linux/hsi/hsi.h | |||
| @@ -246,7 +246,7 @@ struct hsi_port { | |||
| 246 | int (*stop_tx)(struct hsi_client *cl); | 246 | int (*stop_tx)(struct hsi_client *cl); |
| 247 | int (*release)(struct hsi_client *cl); | 247 | int (*release)(struct hsi_client *cl); |
| 248 | /* private */ | 248 | /* private */ |
| 249 | struct atomic_notifier_head n_head; | 249 | struct blocking_notifier_head n_head; |
| 250 | }; | 250 | }; |
| 251 | 251 | ||
| 252 | #define to_hsi_port(dev) container_of(dev, struct hsi_port, device) | 252 | #define to_hsi_port(dev) container_of(dev, struct hsi_port, device) |
