Re: qe: fix device tree lookup code in qe_muram_init()

2007-11-29 Thread Kumar Gala
On Nov 29, 2007, at 2:29 PM, Timur Tabi wrote: > Function qe_muram_init() was only looking for a node called "data- > only", > instead of making sure it is the correct node. This patch modifies > qe_muram_init() to find the QE node first, then the MURAM node > inside it, > and then the data-o

qe: fix device tree lookup code in qe_muram_init()

2007-11-29 Thread Timur Tabi
Function qe_muram_init() was only looking for a node called "data-only", instead of making sure it is the correct node. This patch modifies qe_muram_init() to find the QE node first, then the MURAM node inside it, and then the data-only node. It also reports errors. Signed-off-by: Timur Tabi <[E