From: Viresh Kumar Date: Mon, 12 Mar 2012 04:21:58 +0000 (+0530) Subject: watchdog: mpcore_wdt: Rename dev to pdev for pointing to struct platform_device X-Git-Tag: v3.4-rc1~67^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa065770f55f44ed24f0a9b76ec6e2135264d43b;p=pandora-kernel.git watchdog: mpcore_wdt: Rename dev to pdev for pointing to struct platform_device Pointer to struct platform_device is named as dev, which makes it confusing when we write statements like dev->dev to access struct device within it. This patch renames such names to pdev. Signed-off-by: Viresh Kumar Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed