Input: rotary_encoder - don't double assign input->dev.parent
authorRoi L <roeilev321_@outlook.com>
Wed, 12 Jul 2023 21:09:06 +0000 (14:09 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 12 Jul 2023 21:10:32 +0000 (14:10 -0700)
commit0859c1764c77dd61adf46e3d0c440145118d9e0e
tree232dee92f0ca31bea22dfa531d3a73e9725ee3d8
parent0b64150c34290df5bf962b3b7e45389b0acb03ae
Input: rotary_encoder - don't double assign input->dev.parent

devm_input_allocate_device() already assigns the @dev.parent field of the
input device/structure, so there's no need to reassign input->dev.parent
to dev.

Signed-off-by: Roi L <roeilev321_@outlook.com>
Link: https://lore.kernel.org/r/PH0P220MB0460B69CA018F5515F5FACDDDD53A@PH0P220MB0460.NAMP220.PROD.OUTLOOK.COM
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/rotary_encoder.c