[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <2023061226-repugnant-upstate-a2b4@gregkh>
Date: Mon, 12 Jun 2023 18:37:02 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: "jim.tsai" <Wei-chin.Tsai@...iatek.com>
Cc: linux-kernel@...r.kernel.org, Arnd Bergmann <arnd@...db.de>,
Matthias Brugger <matthias.bgg@...il.com>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@...labora.com>,
wsd_upstream@...iatek.com, mel.lee@...iatek.com,
ivan.tseng@...iatek.com, linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org
Subject: Re: [PATCH v1 1/1] process: export symbols for fork/exit tracing
functions
On Mon, Jun 12, 2023 at 11:15:41PM +0800, jim.tsai wrote:
> +static void class_create_release(struct class *cls)
> +{
> + /*do nothing because the mbraink class is not from malloc*/
> +}
Then the code is totally broken and wrong :(
Please just use the misc device api instead, it is much simpler and
doesn't have these types of errors.
thanks,
greg k-h
Powered by blists - more mailing lists