commit | 8cab6eb409ead014c2b92ec72b1ec9277ab84db4 | [log] [tgz] |
---|---|---|
author | Ramneek Mehresh <ramneek.mehresh@freescale.com> | Tue Nov 08 13:09:20 2011 +0530 |
committer | Kumar Gala <galak@kernel.crashing.org> | Tue Nov 08 08:36:02 2011 -0600 |
tree | cc841676eeb44e987e8869482c3966c7d3537200 | |
parent | c9a1b77665cc4a6b69cbc640f3748c4855535195 [diff] |
powerpc/85xx: Fix warning for USB device-fixup Fix USB device-fixup warning "node not found". This was occuring because of static nature of start_offset variable Static start_offset was storing offset of last node modified, and was becoming issue if node fixup is carried multiple times, resulting in "node not found" warning Signed-off-by: Ramneek Mehresh <ramneek.mehresh@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>