From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763965AbdAJQkU (ORCPT ); Tue, 10 Jan 2017 11:40:20 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:60662 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760475AbdAJQkT (ORCPT ); Tue, 10 Jan 2017 11:40:19 -0500 Date: Tue, 10 Jan 2017 17:40:39 +0100 From: Greg KH To: Eric Salem Cc: christian.gromm@microchip.com, andrey.shvetsov@k2l.de, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: most: hdm-usb: Fix sparse warning cast to restricted __le16 Message-ID: <20170110164039.GA18418@kroah.com> References: <7b68565e-61da-cfa4-4015-623657d2ae47@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7b68565e-61da-cfa4-4015-623657d2ae47@gmail.com> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 09, 2017 at 09:25:56PM -0600, Eric Salem wrote: > Fixed the following sparse warning: > > drivers/staging/most/hdm-usb/hdm_usb.c:158:16: warning: > cast to restricted __le16 > > by correcting the variable's type (also updated sizeof). > > Signed-off-by: Eric Salem > Acked-by: Christian Gromm > --- > drivers/staging/most/hdm-usb/hdm_usb.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) This patch doesn't apply against linux-next, can you refresh it and resend? thanks, greg k-h