Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933076AbdCGTBr (ORCPT ); Tue, 7 Mar 2017 14:01:47 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:44490 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932984AbdCGTBp (ORCPT ); Tue, 7 Mar 2017 14:01:45 -0500 Date: Tue, 7 Mar 2017 20:01:38 +0100 From: Greg KH To: Cheah Kok Cheong Cc: abbotti@mev.co.uk, hsweeten@visionengravers.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] Staging: comedi: comedi_fops: Change comedi_num_legacy_minors type Message-ID: <20170307190137.GA6373@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 260 Lines: 13 On Sun, Mar 05, 2017 at 03:22:32AM +0800, Cheah Kok Cheong wrote: > Change to unsigned to allow removal of negative value check in > init section. Why? > Use smaller data type since the max possible value currently is 48. Does it matter? thanks, greg k-h