From: Felipe Balbi Date: Wed, 16 Feb 2011 19:13:28 +0000 (+0200) Subject: cbus: retu: wdt: save dev in retu_wdt_dev X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e751fee95a43316ec819ecabc88a3ff6c1d4db4;p=pandora-kernel.git cbus: retu: wdt: save dev in retu_wdt_dev commit 6b8074b00d90b191227dc875b90b272c51f7d6eb (cbus: Make retu watchdog behave like a standard Linux watchdog) introduced struct retu_wdt_dev with a field to save struct device *dev, but never got the point of saving the pointer into that structure. Fix this very old bug so we can actually start passing child device pointers to retu read/write operations. Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed