From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757387AbZGKIR3 (ORCPT ); Sat, 11 Jul 2009 04:17:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752624AbZGKIRR (ORCPT ); Sat, 11 Jul 2009 04:17:17 -0400 Received: from hera.kernel.org ([140.211.167.34]:35440 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752007AbZGKIRQ (ORCPT ); Sat, 11 Jul 2009 04:17:16 -0400 Subject: [FIX REQUEST] Interrupt ID should be unsigned int From: Jaswinder Singh Rajput To: LKML Content-Type: text/plain Date: Sat, 11 Jul 2009 13:47:03 +0530 Message-Id: <1247300223.2678.20.camel@ht.satnam> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 (2.24.5-2.fc10) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello All, Like Processor ID, Interrupt ID is also inconsistent at some places used as int and some places as unsigned int and unsigned. Do you think there should be some consistency. Thanks, -- JSR