Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754635AbdLTJg7 (ORCPT ); Wed, 20 Dec 2017 04:36:59 -0500 Received: from mail-io0-f193.google.com ([209.85.223.193]:35141 "EHLO mail-io0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753885AbdLTJg5 (ORCPT ); Wed, 20 Dec 2017 04:36:57 -0500 X-Google-Smtp-Source: ACJfBouQdEU7BCm++Y2d6fhn3VqMun9Lv9mXRX+SHJMln2bd1q/ezI/0PYLTQnYbYuhus5Ki1xqgPVQIkqbEbH2TNUA= MIME-Version: 1.0 In-Reply-To: <20171214202608.14662-1-j.neuschaefer@gmx.net> References: <20171214202608.14662-1-j.neuschaefer@gmx.net> From: Linus Walleij Date: Wed, 20 Dec 2017 10:36:56 +0100 Message-ID: Subject: Re: [PATCH] tools/gpio: Don't use u_int32_t To: =?UTF-8?Q?Jonathan_Neusch=C3=A4fer?= Cc: linux-gpio@vger.kernel.org, "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id vBK9b4H5000990 Content-Length: 316 Lines: 12 On Thu, Dec 14, 2017 at 9:26 PM, Jonathan Neuschäfer wrote: > u_int32_t is a non-standard version of uint32_t, that was apparently > introduced by BSD. Use uint32_t from stdint.h instead. > > Signed-off-by: Jonathan Neuschäfer Patch applied. Yours, Linus Walleij