Re: [PATCH] tty: serial: add error handling for try_module_get

From: Andy Shevchenko
Date: Tue Jun 12 2018 - 04:23:56 EST


On Tue, Jun 12, 2018 at 7:50 AM, Zhouyang Jia <jiazhouyang09@xxxxxxxxx> wrote:
> When try_module_get fails, the lack of error-handling code may
> cause unexpected results.

What results? What is recovery approach here?
How printing message change a behaviour?

> This patch adds error-handling code after calling try_module_get.

> + if (!kgdb_connected) {
> + if (!try_module_get(THIS_MODULE))
> + printk(KERN_ERR "kgdboc: cannot get module.\n");

So, what's wrong with pr_err() ?

> + }

--
With Best Regards,
Andy Shevchenko