From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Slaby Subject: Re: linux-next: tty tree build warning Date: Sat, 23 Jan 2010 15:43:28 +0100 Message-ID: <4B5B0B10.2000009@gmail.com> References: <20100120171901.b2e06465.sfr@canb.auug.org.au> <20100121230331.GA29796@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from fg-out-1718.google.com ([72.14.220.157]:8474 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932068Ab0AWOnc (ORCPT ); Sat, 23 Jan 2010 09:43:32 -0500 In-Reply-To: Sender: linux-next-owner@vger.kernel.org List-ID: To: Rakib Mullick Cc: Greg KH , Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, "Michael H. Warfield" On 01/23/2010 01:53 PM, Rakib Mullick wrote: > @@ -309,6 +313,8 @@ module_param_array(io, int, NULL, 0); > MODULE_PARM_DESC(io, "I/O ports for IntelliPort Cards"); > module_param(poll_only, bool, 0); > MODULE_PARM_DESC(poll_only, "Do not use card interrupts"); > +module_param_string(ip2, cmd, MAX_CMD_STR, 0); > +MODULE_PARM_DESC(ip2, "Contains module parameter passed with 'ip2='"); Why not just param_array(int) instead of whole parsing in ip2_setup? -- js