PATCH 23/39] platform: x86: remove DEFINE_PCI_DEVICE_TABLE macro

2013-12-02 Thread Jingoo Han
Don't use DEFINE_PCI_DEVICE_TABLE macro, because this macro is not preferred. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/platform/x86/intel_ips.c |2 +- drivers/platform/x86/intel_scu_ipc.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers

Re: [PATCH] video: backlight: Remove backlight sysfs uevent

2013-11-11 Thread Jingoo Han
, BACKLIGHT_UPDATE_SYSFS); Best regards, Jingoo Han }; enum backlight_type { -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

[PATCH] platform: x86: remove unnecessary platform_set_drvdata()

2013-08-21 Thread Jingoo Han
The driver core clears the driver data to NULL after device_release or on probe failure. Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/platform/x86/compal-laptop.c |1 - drivers/platform/x86

[PATCH] platform: replace strict_strto*() with kstrto*()

2013-07-19 Thread Jingoo Han
The usage of strict_strtoul() and strict_strtol() is not preferred, because strict_strtoul() and strict_strtol() are obsolete. Thus, kstrtoul() and kstrtol() should be used. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/platform/x86/classmate-laptop.c |2 +- drivers/platform/x86

Re: [PATCH] backlight: initialize struct backlight_properties properly

2012-05-21 Thread Jingoo Han
On Mon, May 21, 2012 at 04:25 PM +, Corentin Chary wrote: In all these files, the .power field was never correctly initialized. Signed-off-by: Corentin Chary corentin.ch...@gmail.com It looks good. Best regards, Jingoo Han --- drivers/gpu/drm/i915/intel_panel.c |1