Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756980AbYHGCMa (ORCPT ); Wed, 6 Aug 2008 22:12:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753281AbYHGCMW (ORCPT ); Wed, 6 Aug 2008 22:12:22 -0400 Received: from casper.infradead.org ([85.118.1.10]:42920 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752637AbYHGCMV (ORCPT ); Wed, 6 Aug 2008 22:12:21 -0400 Date: Wed, 6 Aug 2008 17:05:02 -0700 From: Greg KH To: Marcin Slusarz Cc: LKML , Oliver Neukum , Greg Kroah-Hartman Subject: Re: [PATCH] usb: cdc-acm: flags passed to spin_lock_irqsave must be unsigned Message-ID: <20080807000502.GA8748@kroah.com> References: <20080803165011.GB5414@joi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080803165011.GB5414@joi> User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 807 Lines: 19 On Sun, Aug 03, 2008 at 06:50:14PM +0200, Marcin Slusarz wrote: > gcc warned about it: > drivers/usb/class/cdc-acm.c: In function 'acm_waker': > drivers/usb/class/cdc-acm.c:527: warning: comparison of distinct pointer types lacks a cast > drivers/usb/class/cdc-acm.c:529: warning: comparison of distinct pointer types lacks a cast > > Signed-off-by: Marcin Slusarz > Cc: Oliver Neukum > Cc: Greg Kroah-Hartman Just got this fix from someone else first, sorry, but thanks for the patch. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/