Re: [PATCH v2 1/2] Input: Add DaVinci DM365 Keypad support
From: Miguel Aguilar <hidden>
Date: 2009-09-17 19:27:22
From: Miguel Aguilar <hidden>
Date: 2009-09-17 19:27:22
Sergei, Thanks for your response. I have another question: When should I use dev_err and dev_dbg in a probe function, for reporting the errors (-ENOMEM, -ENODEV, -ENOMEM, etc)? Thanks, Miguel Aguilar Sergei Shtylyov wrote:
Hello. Miguel Aguilar wrote:quoted
David,Though I'm not David, I'll reply... :-)quoted
What are the proper error codes when platform_get_resource,-ENODEV.quoted
request_mem_region-EBUSY.quoted
and ioremap functions fail?.-ENOMEM. WBR, Sergei