Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757331AbYF3JBA (ORCPT ); Mon, 30 Jun 2008 05:01:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753182AbYF3JAx (ORCPT ); Mon, 30 Jun 2008 05:00:53 -0400 Received: from senator.holtmann.net ([87.106.208.187]:41173 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752685AbYF3JAw (ORCPT ); Mon, 30 Jun 2008 05:00:52 -0400 Subject: Re: [PATCH 3/3] mmc: fix sdio_io sparse errors From: Marcel Holtmann To: Tomas Winkler Cc: drzeus-list@drzeus.cx, linux-kernel@vger.kernel.org In-Reply-To: <1214812224-32267-3-git-send-email-tomas.winkler@intel.com> References: <1214812224-32267-1-git-send-email-tomas.winkler@intel.com> <1214812224-32267-2-git-send-email-tomas.winkler@intel.com> <1214812224-32267-3-git-send-email-tomas.winkler@intel.com> Content-Type: text/plain Date: Mon, 30 Jun 2008 11:01:02 +0200 Message-Id: <1214816462.11537.26.camel@violet.holtmann.net> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 593 Lines: 22 Hi Tomas, > This patch fixes sdio_io sparse errors. > This fix changes signature of API functions, > changing > unsigned char -> u8 > unsigned short -> u16 > unsigned long -> u32 - this was probably a bug in 64 bit platforms why are we not using the new get_unaligned_le* and put_unaligned_le* functions for the tmpbuf access? Regards Marcel -- 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/