aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
diff options
context:
space:
mode:
authorSteven Rostedt (VMware) <rostedt@goodmis.org>2017-08-02 14:13:48 -0400
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2017-08-02 14:13:48 -0400
commit42da1be0677db177a45a339961f57043064113b9 (patch)
tree61307ca171f46d400860a39d1954c4b27a7d2d9a /drivers/char
parente20548a8930274683f57c0d2b7d109b23c14a13a (diff)
parent4282d39575bf17daedc18f2fe01ca349830a6e99 (diff)
Merge tag 'v4.4.76' into v4.4-rt
This is the 4.4.76 stable release
Diffstat (limited to 'drivers/char')
-rw-r--r--drivers/char/virtio_console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/virtio_console.c b/drivers/char/virtio_console.c
index 31e8ae916ba0..be0b09a0fb44 100644
--- a/drivers/char/virtio_console.c
+++ b/drivers/char/virtio_console.c
@@ -1864,7 +1864,7 @@ static void config_work_handler(struct work_struct *work)
{
struct ports_device *portdev;
- portdev = container_of(work, struct ports_device, control_work);
+ portdev = container_of(work, struct ports_device, config_work);
if (!use_multiport(portdev)) {
struct virtio_device *vdev;
struct port *port;