From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 80FBEC433EF for ; Sat, 12 Mar 2022 06:31:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230399AbiCLGcV (ORCPT ); Sat, 12 Mar 2022 01:32:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36790 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230137AbiCLGcT (ORCPT ); Sat, 12 Mar 2022 01:32:19 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3F3602255BB for ; Fri, 11 Mar 2022 22:31:14 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8275B60B92 for ; Sat, 12 Mar 2022 06:31:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 31C63C340EB; Sat, 12 Mar 2022 06:31:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1647066672; bh=ZY0df/1CsYQRoxMLvDhtdZbmCR4aoRBB8dUm8GjX82k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DSYQxNK5yvzKe+iKksC2/ae7eQRDpUsw+QSgGtDjll58FP221nhj3RW+e8RWHxbW9 G8srMGvalxwdWhRyjEhhw1gv8ZEFEgTwhaMofhe0qH6YNRKNNBu8PHZXqN2VPqswb+ khA1k6Y/+5PXbgC6baLT8DX7G9tBThUWOs/KH9S8= Date: Sat, 12 Mar 2022 07:31:06 +0100 From: Greg KH To: Yusuf Khan Cc: Linux Kernel Mailing List , Jason Wang , Michael Kelley , "Michael S. Tsirkin" , javier@javigon.com, Arnd Bergmann , Will Deacon , Jens Axboe Subject: Re: [PATCH v7] drivers: ddcci: upstream DDCCI driver Message-ID: References: <20220311074413.14644-1-yusisamerican@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 11, 2022 at 09:09:45PM -0800, Yusuf Khan wrote: > > How can this ever fail? > If ddcci_verify_device() fails > > Not needed, just do not have it. > I'm assuming you mean the locks? > > This should not be needed in sysfs. What tool wants this? > Its for the idSerial and modalias part of the userland interface. > > Why "_void"? > suppressing "initialization of ‘void (*)(struct device *)’ from > incompatible pointer type ‘int (*)(struct device *)’" I have no context at all for this email response, sorry. Take a look at how email discussions work on the mailing list, with proper amounts of quoting and the like. Remember, some of us get at least a thousand emails a day to deal with, and do not remember what we said in the past, nor what it was about, at all. By stripping off all context, that ensures we will never remember it either :( greg k-h