[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200229131553.GA4985@afzalpc>
Date: Sat, 29 Feb 2020 18:45:53 +0530
From: afzal mohammed <afzal.mohd.ma@...il.com>
To: linux-m68k@...ts.linux-m68k.org, linux-kernel@...r.kernel.org
Cc: Greg Ungerer <gerg@...ux-m68k.org>,
Thomas Gleixner <tglx@...utronix.de>,
Geert Uytterhoeven <geert@...ux-m68k.org>,
Finn Thain <fthain@...egraphics.com.au>
Subject: Re: [PATCH v2 06/18] m68k: Replace setup_irq() by request_irq()
Hi,
v3 has been posted w/ following changes,
1. Avoid unnecessary derefencing w.r.t irq name in pr_err
2. Modify pr_err() string so as to display in the form similar to,
"Failed to request irq 2 (cascade)"
3. More commit message massage
Above are based on tglx feedback & would be applied to all patches in
addition to rearranging as required in other patches for readability.
Specific to m68k, following changes has been made based on m68 family
;) feedback,
1. Catch the errror code & display the symbolic error name usin "%pe"
format specifier
2. irq # in pr_err (already covered by following pt 2 pattern above)
3. s/pr_err/pr_debug
No altering of control flow based on error value has been done.
Regards
afzal
Powered by blists - more mailing lists