From aa065770f55f44ed24f0a9b76ec6e2135264d43b Mon Sep 17 00:00:00 2001 From: Viresh Kumar Date: Mon, 12 Mar 2012 09:51:58 +0530 Subject: [PATCH] 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-format-patch failed