Re: [PATCH V2] dma: tegra: don't open code of_device_get_match_data()

From: Laxman Dewangan
Date: Thu Mar 03 2016 - 21:18:51 EST



On Thursday 03 March 2016 09:30 PM, Vinod Koul wrote:
On Wed, Mar 02, 2016 at 07:59:26PM +0530, Laxman Dewangan wrote:
Use of_device_get_match_data() for getting matched data
instead of implementing this locally.

Signed-off-by: Laxman Dewangan <ldewangan@xxxxxxxxxx>
Acked-by: Thierry Reding <treding@xxxxxxxxxx>

---
Changes form V1:
- Found that it is possible to move of_device_id table to down
where this is used i.e. just above the platform driver structure.
Make this change on V2.
But that is just noise and not relevant to the title which patch says. If
you want to do this code move please send that separately. I have picked v1
for now


OK, fine with me. Will post another patch.