Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758582AbYBPQya (ORCPT ); Sat, 16 Feb 2008 11:54:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752248AbYBPQyX (ORCPT ); Sat, 16 Feb 2008 11:54:23 -0500 Received: from einhorn.in-berlin.de ([192.109.42.8]:39067 "EHLO einhorn.in-berlin.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752164AbYBPQyW (ORCPT ); Sat, 16 Feb 2008 11:54:22 -0500 X-Envelope-From: stefanr@s5r6.in-berlin.de Message-ID: <47B7153A.6020802@s5r6.in-berlin.de> Date: Sat, 16 Feb 2008 17:54:18 +0100 From: Stefan Richter User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071216 SeaMonkey/1.1.7 MIME-Version: 1.0 To: marcin.slusarz@gmail.com CC: LKML , Ben Collins Subject: Re: [PATCH] ieee 1394: be*_add_cpu conversion References: <1202857582-15450-1-git-send-email-marcin.slusarz@gmail.com> <1202857582-15450-3-git-send-email-marcin.slusarz@gmail.com> In-Reply-To: <1202857582-15450-3-git-send-email-marcin.slusarz@gmail.com> X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 581 Lines: 17 marcin.slusarz@gmail.com wrote: > replace all: > big_endian_variable = cpu_to_beX(beX_to_cpu(big_endian_variable) + > expression_in_cpu_byteorder); > with: > beX_add_cpu(&big_endian_variable, expression_in_cpu_byteorder); Committed to linux1394-2.6.git. Thanks, -- Stefan Richter -=====-==--- --=- =---- http://arcgraph.de/sr/ -- 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/