On 03/25/2014 03:43 AM, Anton Blanchard wrote:
Hi Cody, hv-24x7: could not obtain capabilities, error 0x fffffffffffffffe, not enabling hv-gpci: could not obtain capabilities, error 0x fffffffffffffffe, not enabling+ pr_info("could not obtain capabilities, error 0x%80lx, not enabling\n",That's a lot of padding :) I think this should also be a pr_debug, considering this is not relevant to most ppc64 boxes.
I'm fine with that. It should probably be "0x%08lx" not "0x%80lx", not sure when I screwed that up.
-- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

