From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934935AbcKDOem (ORCPT ); Fri, 4 Nov 2016 10:34:42 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:36423 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S934615AbcKDOel (ORCPT ); Fri, 4 Nov 2016 10:34:41 -0400 Date: Fri, 4 Nov 2016 15:34:27 +0100 From: Heiko Carstens To: Sebastian Andrzej Siewior Cc: linux-kernel@vger.kernel.org, rt@linutronix.de, Martin Schwidefsky , linux-s390@vger.kernel.org, Thomas Gleixner Subject: Re: [PATCH 11/25] s390/smp: Convert to hotplug state machine References: <20161103145021.28528-1-bigeasy@linutronix.de> <20161103145021.28528-12-bigeasy@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161103145021.28528-12-bigeasy@linutronix.de> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16110414-0020-0000-0000-000002239491 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 16110414-0021-0000-0000-00001E29D304 Message-Id: <20161104143427.GD4088@osiris> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-11-04_03:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1609300000 definitions=main-1611040276 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 03, 2016 at 03:50:07PM +0100, Sebastian Andrzej Siewior wrote: > @@ -1084,20 +1079,13 @@ static int smp_add_present_cpu(int cpu) > rc = sysfs_create_group(&s->kobj, &cpu_common_attr_group); > if (rc) > goto out_cpu; > - if (cpu_online(cpu)) { > - rc = sysfs_create_group(&s->kobj, &cpu_online_attr_group); > - if (rc) > - goto out_online; > - } > + > rc = topology_cpu_init(c); Please don't add whitespace :) If you fix the minor nits both s390 related patches are Acked-by: Heiko Carstens Thanks!