From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755414AbYK0Mz5 (ORCPT ); Thu, 27 Nov 2008 07:55:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751677AbYK0Mzt (ORCPT ); Thu, 27 Nov 2008 07:55:49 -0500 Received: from ozlabs.org ([203.10.76.45]:42386 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751460AbYK0Mzs (ORCPT ); Thu, 27 Nov 2008 07:55:48 -0500 From: Rusty Russell To: Randy Dunlap Subject: Re: [PATCH -next] virtio_blk: fix type warning Date: Thu, 27 Nov 2008 23:25:43 +1030 User-Agent: KMail/1.10.1 (Linux/2.6.27-7-generic; KDE/4.1.2; i686; ; ) Cc: lkml , jens.axboe@oracle.com, akpm References: <20081126131550.69eea284.randy.dunlap@oracle.com> In-Reply-To: <20081126131550.69eea284.randy.dunlap@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811272325.43802.rusty@rustcorp.com.au> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 27 November 2008 07:45:50 Randy Dunlap wrote: > From: Randy Dunlap > > Fix parameter type warning: > > linux-next-20081126/drivers/block/virtio_blk.c:307: warning: large integer > implicitly truncated to unsigned type Thanks, applied. Rusty.