<div dir="ltr"><div class="gmail_default" style="font-size:small;color:#000000"><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 12, 2017 at 2:25 AM, Bjorn Helgaas <span dir="ltr"><<a href="mailto:helgaas@kernel.org" target="_blank">helgaas@kernel.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sat, Dec 24, 2016 at 03:08:00PM +0530, Rahul Krishnan wrote:<br>
><br>
> This patch removes unnecessary return statement using spatch tool<br>
><br>
> Signed-off-by: Rahul Krishnan <<a href="mailto:mrahul.krishnan@gmail.com">mrahul.krishnan@gmail.com</a>><br>
<br>
</span>Applied to pci/hotplug for v4.11 with Tyrel's Reviewed-by, thanks!<br>
<br>
Are there other similar instances elsewhere in drivers/pci?  If so,<br>
can you fix them all at once?<br></blockquote><div><div style="font-size:small;color:rgb(0,0,0);display:inline" class="gmail_default">​   <br></div><div style="font-size:small;color:rgb(0,0,0);display:inline" class="gmail_default">    Yes, I will look into it immediately. Thank you​</div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5"><br>
> ---<br>
>  drivers/pci/hotplug/rpadlpar_<wbr>core.c | 4 +---<br>
>  1 file changed, 1 insertion(+), 3 deletions(-)<br>
><br>
> diff --git a/drivers/pci/hotplug/<wbr>rpadlpar_core.c b/drivers/pci/hotplug/<wbr>rpadlpar_core.c<br>
> index dc67f39..78ce2c7 100644<br>
> --- a/drivers/pci/hotplug/<wbr>rpadlpar_core.c<br>
> +++ b/drivers/pci/hotplug/<wbr>rpadlpar_core.c<br>
> @@ -455,7 +455,6 @@ static inline int is_dlpar_capable(void)<br>
><br>
>  int __init rpadlpar_io_init(void)<br>
>  {<br>
> -     int rc = 0;<br>
><br>
>       if (!is_dlpar_capable()) {<br>
>               printk(KERN_WARNING "%s: partition not DLPAR capable\n",<br>
> @@ -463,8 +462,7 @@ int __init rpadlpar_io_init(void)<br>
>               return -EPERM;<br>
>       }<br>
><br>
> -     rc = dlpar_sysfs_init();<br>
> -     return rc;<br>
> +     return dlpar_sysfs_init();<br>
>  }<br>
><br>
>  void rpadlpar_io_exit(void)<br>
> --<br>
> 2.7.4<br>
><br>
</div></div><span class="HOEnZb"><font color="#888888">> --<br>
> To unsubscribe from this list: send the line "unsubscribe linux-pci" in<br>
> the body of a message to <a href="mailto:majordomo@vger.kernel.org">majordomo@vger.kernel.org</a><br>
> More majordomo info at  <a href="http://vger.kernel.org/majordomo-info.html" rel="noreferrer" target="_blank">http://vger.kernel.org/<wbr>majordomo-info.html</a><br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>We all know Linux is great... it does infinite loops in 5 seconds.<br>
- Linus Torvald<blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br></blockquote><br></div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Regards,<br></blockquote>Rahul Krishnan<br><a href="https://github.com/rahulkde" target="_blank"></a><a href="https://rahulkrishnanlive.wordpress.com/" target="_blank">Wordpress</a> <br></div></div></div></div>
</div></div>