Re: [PATCH] Input: mpu3050 - call input_free_device() in mpu3050_probe() error handling
From: Axel Lin <hidden>
Date: 2011-08-11 07:53:32
Also in:
lkml
From: Axel Lin <hidden>
Date: 2011-08-11 07:53:32
Also in:
lkml
2011/7/20 Axel Lin [off-list ref]:
From 3dcc899388d98a68c22d14b3149d3cc472f8d2fa Mon Sep 17 00:00:00 2001 From: Axel Lin <redacted> Date: Wed, 20 Jul 2011 15:34:33 +0800 Subject: [PATCH] Input: mpu3050 - correct call to input_free_device input_free_device() should be used if input_register_device() was not called yet or if it failed. Signed-off-by: Axel Lin <redacted> ---
hi Dmitry, Seems this fix is not yet upstream. Regards, Axel