lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <Y8p2qOdzONxHfN+X@kroah.com> Date: Fri, 20 Jan 2023 12:10:32 +0100 From: Greg KH <gregkh@...uxfoundation.org> To: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@....com> Cc: appanad@....com, robh+dt@...nel.org, krzysztof.kozlowski+dt@...aro.org, devicetree@...r.kernel.org, linux-kernel@...r.kernel.org, michal.simek@...inx.com, derek.kiernan@...inx.com, dragan.cvetic@...inx.com, arnd@...db.de, linux-arm-kernel@...ts.infradead.org, git@....com Subject: Re: [PATCH v7 4/4] drivers: misc: Add Support for TMR Inject IP On Fri, Nov 25, 2022 at 11:11:13AM +0530, Appana Durga Kedareswara rao wrote: > +static int xtmr_inject_remove(struct platform_device *pdev) > +{ > + debugfs_remove_recursive(dbgfs_root); > + dbgfs_root = NULL; Nit, no need to set this to NULL. Not an issue, but something you can clean up later... thanks, greg k-h
Powered by blists - more mailing lists