Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751371AbdFYSpk (ORCPT ); Sun, 25 Jun 2017 14:45:40 -0400 Received: from mail-wr0-f194.google.com ([209.85.128.194]:35120 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751330AbdFYSpj (ORCPT ); Sun, 25 Jun 2017 14:45:39 -0400 Message-Id: <20170625183959.270640619@gmail.com> User-Agent: quilt/0.65 Date: Sun, 25 Jun 2017 19:39:59 +0100 From: Okash Khawaja To: Greg Kroah-Hartman , Jiri Slaby , Samuel Thibault , Andy Shevchenko , linux-kernel@vger.kernel.org Cc: William Hubbs , Chris Brannon , Kirk Reiser , speakup@linux-speakup.org, devel@driverdev.osuosl.org Subject: [patch v4 0/3] staging: speakup: support more than ttyS* In-Reply-To: <20170625181353.GA10487@kroah.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 249 Lines: 11 Hi, v3 of this patch set introduced the compiler warning: drivers//tty/tty_io.c:348:11: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] This version fixes that warning in patch 1/3. Thanks, Okash