There's an uninitialized reference in the 4.3.x bone tree bone_capemgr.c, line 1154. It's in a dev_err() logging statement, but it's based on faulty code. That is, the local variable "dtbo" is not only not initialized before hitting that logging statement, it's never used at all. The logging statement is trying to display the dtbo name that failed to load, but that doesn't seem to be available to the function in any way based on what I see.
-- Rick Mann [email protected] -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
