Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934639AbcCPFP1 (ORCPT ); Wed, 16 Mar 2016 01:15:27 -0400 Received: from mail-io0-f181.google.com ([209.85.223.181]:34986 "EHLO mail-io0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751672AbcCPFPY convert rfc822-to-8bit (ORCPT ); Wed, 16 Mar 2016 01:15:24 -0400 MIME-Version: 1.0 In-Reply-To: <1457951097-27079-1-git-send-email-j.anaszewski@samsung.com> References: <1457951097-27079-1-git-send-email-j.anaszewski@samsung.com> Date: Tue, 15 Mar 2016 22:15:23 -0700 X-Google-Sender-Auth: JMjz4mDD8jXfgyFWelNsfWo-CS8 Message-ID: Subject: Re: [GIT PULL] LED subsystem updates for 4.6 From: Linus Torvalds To: Jacek Anaszewski Cc: Linux Kernel Mailing List , Linux LED Subsystem , amitoj1606@gmail.com, ao2@ao2.it, drivshin@allworx.com, Geert Uytterhoeven , hkallweit1@gmail.com, stefan.wahren@i2se.com, Wei Yongjun Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 720 Lines: 22 On Mon, Mar 14, 2016 at 3:24 AM, Jacek Anaszewski wrote: > > New LED class driver: > > - Add driver for the ISSI IS31FL32xx family of LED controllers. Grr. This has apparently not gotten with the program, and causes a few annoying warnings: drivers/leds/leds-is31fl32xx.c: In function ‘is31fl32xx_parse_child_dt’: drivers/leds/leds-is31fl32xx.c:345:30: warning: passing argument 1 of ‘of_property_read_string’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] if (of_property_read_string(child, "label", &cdev->name)) ^ (there's another at line 357) I've pulled, but I'll expect this to be fixed. Linus