Re: [patch v1 1/1] platform/x86: mlx-platform: mlxcpld-hotplug driver style fixes

2016-12-27 Thread Andy Shevchenko
On Wed, 2016-12-14 at 12:05 +, Vadim Pasternak wrote: > The patch contains several styling fixes: >   - Make names of hotplug devices shorter; >   - Change register offset assignment to defines; >   - Add defines for the all event masks; >   - Use PLATFORM_DEVID_NONE instead of -1; Pushed to

Re: [patch v1 1/1] platform/x86: mlx-platform: mlxcpld-hotplug driver style fixes

2016-12-27 Thread Andy Shevchenko
On Wed, 2016-12-14 at 12:05 +, Vadim Pasternak wrote: > The patch contains several styling fixes: >   - Make names of hotplug devices shorter; >   - Change register offset assignment to defines; >   - Add defines for the all event masks; >   - Use PLATFORM_DEVID_NONE instead of -1; Pushed to

[patch v1 1/1] platform/x86: mlx-platform: mlxcpld-hotplug driver style fixes

2016-12-14 Thread Vadim Pasternak
The patch contains several styling fixes: - Make names of hotplug devices shorter; - Change register offset assignment to defines; - Add defines for the all event masks; - Use PLATFORM_DEVID_NONE instead of -1; Signed-off-by: Vadim Pasternak ---

[patch v1 1/1] platform/x86: mlx-platform: mlxcpld-hotplug driver style fixes

2016-12-14 Thread Vadim Pasternak
The patch contains several styling fixes: - Make names of hotplug devices shorter; - Change register offset assignment to defines; - Add defines for the all event masks; - Use PLATFORM_DEVID_NONE instead of -1; Signed-off-by: Vadim Pasternak --- drivers/platform/x86/mlx-platform.c | 84