Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 29 Mar 2003 14:01:10 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 29 Mar 2003 14:01:10 -0500 Received: from svr-ganmtc-appserv-mgmt.ncf.coxexpress.com ([24.136.46.5]:11539 "EHLO svr-ganmtc-appserv-mgmt.ncf.coxexpress.com") by vger.kernel.org with ESMTP id ; Sat, 29 Mar 2003 14:01:09 -0500 Subject: Re: [TRIVIAL] Cleanup in fs/devpts/inode.c From: Robert Love To: john@grabjohn.com Cc: =?ISO-8859-1?Q?Ren=E9?= Scharfe , linux-kernel@vger.kernel.org, trivial@rustcorp.com.au In-Reply-To: <200303291829.h2TITPPi000418@81-2-122-30.bradfords.org.uk> References: <200303291829.h2TITPPi000418@81-2-122-30.bradfords.org.uk> Content-Type: text/plain Organization: Message-Id: <1048965146.9025.714.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.3 Date: 29 Mar 2003 14:12:27 -0500 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 504 Lines: 20 On Sat, 2003-03-29 at 13:29, john@grabjohn.com wrote: > Why not use > > err = (IS_ERR(devpts_mnt) ? err = 0 : PTR_ERR(devpts_mnt)); > > ? The point of his cleanup is that you already know err is zero (look again). You also got it backward. Robert Love - 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/