Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755000AbYC1KWt (ORCPT ); Fri, 28 Mar 2008 06:22:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752826AbYC1KWm (ORCPT ); Fri, 28 Mar 2008 06:22:42 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:52612 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752471AbYC1KWl (ORCPT ); Fri, 28 Mar 2008 06:22:41 -0400 Date: Fri, 28 Mar 2008 03:21:39 -0700 From: Andrew Morton To: Rodolfo Giometti Cc: linux-kernel@vger.kernel.org, David Woodhouse , Dave Jones , Sam Ravnborg , Greg KH , Randy Dunlap Subject: Re: [PATCH 1/7] LinuxPPS core support. Message-Id: <20080328032139.7af69ff9.akpm@linux-foundation.org> In-Reply-To: <12048053473401-git-send-email-giometti@linux.it> References: <12048053463198-git-send-email-giometti@linux.it> <12048053473401-git-send-email-giometti@linux.it> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.5; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1278 Lines: 22 On Thu, 6 Mar 2008 13:09:00 +0100 Rodolfo Giometti wrote: > This patch adds the kernel side of the PPS support currently named > "LinuxPPS". powerpc: drivers/pps/pps.c: In function 'pps_cdev_ioctl': drivers/pps/pps.c:166: warning: format '%lld' expects type 'long long int', but argument 2 has type '__s64' drivers/pps/kapi.c: In function 'pps_event': drivers/pps/kapi.c:225: warning: format '%llu' expects type 'long long unsigned int', but argument 3 has type '__s64' drivers/pps/sysfs.c: In function 'pps_show_assert': drivers/pps/sysfs.c:42: warning: format '%lld' expects type 'long long int', but argument 3 has type '__s64' drivers/pps/sysfs.c:42: warning: format '%lld' expects type 'long long int', but argument 3 has type '__s64' drivers/pps/sysfs.c: In function 'pps_show_clear': drivers/pps/sysfs.c:56: warning: format '%lld' expects type 'long long int', but argument 3 has type '__s64' drivers/pps/sysfs.c:56: warning: format '%lld' expects type 'long long int', but argument 3 has type '__s64' -- 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/