From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-x22a.google.com (mail-it0-x22a.google.com [IPv6:2607:f8b0:4001:c0b::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3zRwGW6K7CzDqvh for ; Thu, 25 Jan 2018 19:30:43 +1100 (AEDT) Received: by mail-it0-x22a.google.com with SMTP id b5so8359636itc.3 for ; Thu, 25 Jan 2018 00:30:43 -0800 (PST) Subject: Re: [RFC PATCH v2 1/1] of: introduce event tracepoints for dynamic device_node lifecyle To: Geert Uytterhoeven Cc: Tyrel Datwyler , Linux-Renesas , linuxppc-dev@lists.ozlabs.org, Rob Herring , Steven Rostedt , Linux Kernel Mailing List References: <20180121143117.19805-1-wsa+renesas@sang-engineering.com> <20180121143117.19805-2-wsa+renesas@sang-engineering.com> <4cc627c4-1aaf-b8d5-5a26-eea7e596743f@gmail.com> From: Frank Rowand Message-ID: Date: Thu, 25 Jan 2018 00:30:39 -0800 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 01/25/18 00:01, Geert Uytterhoeven wrote: > Hi Frank, > > On Thu, Jan 25, 2018 at 7:48 AM, Frank Rowand wrote: >>> create mode 100644 include/trace/events/of.h >> >> mode looks incorrect. Existing files in include/trace/events/ are -rw-rw---- > > Not in my git clone ;-) 644 should be fine. > > Gr{oetje,eeting}s, > > Geert Thanks!!! I just learned something new about git. Now I have to go experiment a bit to make sure I learned properly. -Frank