sony-laptop: re-read the rfkill state when resuming from suspend

Without this, the hard-blocked state will be reported incorrectly if
the hardware switch is changed while the laptop is suspended.

Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
Tested-by: Norbert Preining <preining@logic.at>
Acked-by: Mattia Dongili <malattia@linux.it>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

authored by Alan Jenkins and committed by John W. Linville a0d97d6c 50fab076

+3
+3
drivers/platform/x86/sony-laptop.c
··· 1041 sony_backlight_update_status(sony_backlight_device) < 0) 1042 printk(KERN_WARNING DRV_PFX "unable to restore brightness level\n"); 1043 1044 return 0; 1045 } 1046
··· 1041 sony_backlight_update_status(sony_backlight_device) < 0) 1042 printk(KERN_WARNING DRV_PFX "unable to restore brightness level\n"); 1043 1044 + /* re-read rfkill state */ 1045 + sony_nc_rfkill_update(); 1046 + 1047 return 0; 1048 } 1049