Re: [PATCH] rs6000: Remove duplicate expression [PR106907]
Thanks for reviewing Segher. Will work on backports as well :). Jeevitha
Re: [PATCH] rs6000: Remove duplicate expression [PR106907]
Hi! On Mon, Jun 05, 2023 at 12:11:42PM +0530, P Jeevitha wrote: > PR106907 has few warnings spotted from cppcheck. In that addressing duplicate > expression issue here. Here the same expression is used twice in logical > AND(&&) operation which result in same result so removing that. > > 2023-06-