Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754816AbbBTOHY (ORCPT ); Fri, 20 Feb 2015 09:07:24 -0500 Received: from devils.ext.ti.com ([198.47.26.153]:54819 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754762AbbBTOHV (ORCPT ); Fri, 20 Feb 2015 09:07:21 -0500 Message-ID: <54E73F78.3050009@ti.com> Date: Fri, 20 Feb 2015 16:06:48 +0200 From: Tomi Valkeinen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Nicholas Mc Guire CC: Nicholas Mc Guire , Jean-Christophe Plagniol-Villard , Jingoo Han , Daniel Vetter , Fabian Frederick , Laurent Pinchart , Wolfram Sang , , Subject: Re: [PATCH] video: fbdev: use msecs_to_jiffies for time conversion References: <1423214041-15818-1-git-send-email-hofrat@osadl.org> <54E72774.1070809@ti.com> <20150220140110.GA25767@opentech.at> In-Reply-To: <20150220140110.GA25767@opentech.at> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="QVVbOv2imA2nRJLoL6of8eEBsphkp3l3w" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2225 Lines: 60 --QVVbOv2imA2nRJLoL6of8eEBsphkp3l3w Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 20/02/15 16:01, Nicholas Mc Guire wrote: >>> pr_debug("%s(): task ending\n", __func__); >>> @@ -1460,7 +1460,7 @@ static void pxafb_disable_controller(struct pxa= fb_info *fbi) >>> #ifdef CONFIG_FB_PXA_SMARTPANEL >>> if (fbi->lccr0 & LCCR0_LCDT) { >>> wait_for_completion_timeout(&fbi->refresh_done, >>> - 200 * HZ / 1000); >>> + msecs_to_jiffies(200); >> >> That will not compile. > No compile warning or errors >=20 > could you send me the compile error message and the toolchain you > are using - this change should not really have any noticable impact. I didn't compile it. It's missing a closing parenthesis. This is one reason I'm not very fond of cleanups to drivers that the patch sender cannot test... They may cause more problems than they help. Tomi --QVVbOv2imA2nRJLoL6of8eEBsphkp3l3w Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJU5z94AAoJEPo9qoy8lh71k08QAJQb1FOIwPhZmsk/w7v7TMRj 6BSgEarWJAnsZz0efZsZWJyIJJBfFGtFF7hJGeQ2LxMGuB6t/9+yyimia9thFzNg bZGHJn6wD8Yk4WTA+uz8xwT4nwZrJwYp3kkFdbm9XlJRE3TkWSUdINPYqVryv5iy LjnL1yURLbcZiRywI8lnhXgeJsywVblI5ABkwoxW2DtBJuNC4BwCs0LDcP7suT3f YjeLc0RiU2fL7LrMbwfOTWDT2vLzL5fjbYgr8f3JjmxqE27the/0CBLzUg8hgPVc 40sQuT4j7cMIekEhA/lDr/1CtMNDonAAIExRmwbGfMEta5FqGFNFW6LjH+eVk2Wc LjfE5Dr4UFa7eCsSbfdfQm8t8J7n9AeNwSLA2uupJfg2fQ1Uywa9J2XUzcJUi74J QXrEeMGEfvpn0ULhY4leB4vL18lf1VnYu/nGnUtYF140mnKqMJWbISin/rku9jYn UcEhzNuGkOsQSora0TtFeek2Dem4AIsUG88yjmLwRu8Y0j/YyfEit08IrAKavCsX JA7uaG6H7qGhJX4ClZDgZWLyClXz3ETC2wzha4FgIIh3UJNnRAF2bfQxj7/OId1V Ev+2c4QXOaT7ObtAJdZhupQFJdqiSnX7p69jtxaWi2XerUtyY7UmCywIIqLJBVu/ 7Q2loL14XZj/qhwm25dy =hG79 -----END PGP SIGNATURE----- --QVVbOv2imA2nRJLoL6of8eEBsphkp3l3w-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/