From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751750AbdIUNXE (ORCPT ); Thu, 21 Sep 2017 09:23:04 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:46138 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751661AbdIUNXD (ORCPT ); Thu, 21 Sep 2017 09:23:03 -0400 Subject: Re: [PATCH 1/1] drivers:s390: use setup_timer To: Allen Pais , linux-kernel@vger.kernel.org Cc: ubraun@linux.vnet.ibm.com, linux-s390@vger.kernel.org References: <1505996458-11714-1-git-send-email-allen.lkml@gmail.com> From: Julian Wiedmann Date: Thu, 21 Sep 2017 15:22:53 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1505996458-11714-1-git-send-email-allen.lkml@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 x-cbid: 17092113-0008-0000-0000-00000498FECC X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17092113-0009-0000-0000-00001E2A3ABF Message-Id: <33028d23-c123-51e0-db93-e38f29692bef@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-09-21_02:,, 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-1707230000 definitions=main-1709210177 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/21/2017 02:20 PM, Allen Pais wrote: > Use setup_timer function instead of initializing timer with the > function and data fields. > > Signed-off-by: Allen Pais Thanks Allen, queued up for our next upstream submission.