i2c: tegra: use of_match_ptr() for match_table initialization
authorLaxman Dewangan <ldewangan@nvidia.com>
Tue, 10 Jul 2012 11:20:42 +0000 (16:50 +0530)
committerWolfram Sang <w.sang@pengutronix.de>
Thu, 12 Jul 2012 09:41:55 +0000 (11:41 +0200)
In place of defining match_table for non-DT based as NULL,
use of_match_ptr() for initialzing the of_match_table.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>

No differences found