[...] > > ---[ end trace dd512cc03fe1c369 ]--- > FATAL: Error inserting extcon_class > (/lib/modules/3.6.0-rc6-00178-g811315f/kernel/drivers/extcon/extcon_class.ko): > Cannot allocate memory > > This patch fixes this. > > Cc: [email protected] > Signed-off-by: Peter Huewe <[email protected]> > ---
Applied, thank you There was issue, but I fixed them up: > drivers/extcon/extcon_class.c | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/drivers/extcon/extcon_class.c b/drivers/extcon/extcon_class.c extcon_class.c was renamed to comply with the standard naming. If you will write patch about extcon, please work patch based on below git repository. You will check it after some hours on below git repository. - http://git.infradead.org/users/kmpark/linux-samsung/shortlog/refs/heads/extcon-for-next Thanks, Chanwoo Choi -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
