diff options
-rw-r--r-- | drivers/platform/x86/sony-laptop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/sony-laptop.c b/drivers/platform/x86/sony-laptop.c index 5030f991906a..74df72321aeb 100644 --- a/drivers/platform/x86/sony-laptop.c +++ b/drivers/platform/x86/sony-laptop.c | |||
@@ -2004,6 +2004,7 @@ static void sony_pic_set_wwanpower(u8 state) | |||
2004 | return; | 2004 | return; |
2005 | } | 2005 | } |
2006 | sony_pic_call2(0xB0, state); | 2006 | sony_pic_call2(0xB0, state); |
2007 | sony_pic_call1(0x82); | ||
2007 | spic_dev.wwan_power = state; | 2008 | spic_dev.wwan_power = state; |
2008 | mutex_unlock(&spic_dev.lock); | 2009 | mutex_unlock(&spic_dev.lock); |
2009 | } | 2010 | } |