[PATCH 2/6] hid-prodikeys: Delete an unnecessary variable initialisation in pk_probe()

2018-02-03 Thread SF Markus Elfring
From: Markus Elfring Date: Sat, 3 Feb 2018 14:45:24 +0100 The local variable "pm" will eventually be set to an appropriate pointer a bit later. Thus omit the explicit initialisation at the beginning. Signed-off-by: Markus Elfring

[PATCH 2/6] hid-prodikeys: Delete an unnecessary variable initialisation in pk_probe()

2018-02-03 Thread SF Markus Elfring
From: Markus Elfring Date: Sat, 3 Feb 2018 14:45:24 +0100 The local variable "pm" will eventually be set to an appropriate pointer a bit later. Thus omit the explicit initialisation at the beginning. Signed-off-by: Markus Elfring --- drivers/hid/hid-prodikeys.c | 2 +- 1 file changed, 1