[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <20170106034346.7njhyhtsc4yado5c@gangnam.samsung>
Date: Fri, 06 Jan 2017 12:43:46 +0900
From: Andi Shyti <andi.shyti@...sung.com>
To: sean.wang@...iatek.com
Cc: mchehab@....samsung.com, hdegoede@...hat.com, hkallweit1@...il.com,
robh+dt@...nel.org, mark.rutland@....com, matthias.bgg@...il.com,
hverkuil@...all.nl, sean@...s.org, ivo.g.dimitrov.75@...il.com,
linux-media@...r.kernel.org, devicetree@...r.kernel.org,
linux-mediatek@...ts.infradead.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
keyhaede@...il.com
Subject: Re: [PATCH 2/2] media: rc: add driver for IR remote receiver on MT7623
SoC
Hi Sean,
> + ir->rc = rc_allocate_device();
Yes, you should use devm_rc_allocate_device(...)
Besides, standing to this patch which is not in yet:
https://lkml.org/lkml/2016/12/18/39
rc_allocate_device should provide the driver type during
allocation, so it should be:
ir->rc = rc_allocate_device(RC_DRIVER_IR_RAW);
and this line can be removed:
> + ir->rc->driver_type = RC_DRIVER_IR_RAW;
I don't know when Mauro will take the patch above.
Andi
Powered by blists - more mailing lists