commit | 1f5b641b5e52129a6a5515217c736c923729c082 | [log] [tgz] |
---|---|---|
author | Ioana Ciornei <ioana.ciornei@nxp.com> | Thu Jan 05 17:03:15 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 02 14:44:53 2023 -0500 |
tree | 2be3bf096bb6343e063fb5060f487015ed2651f9 | |
parent | 15898361c84160f899b7cb33093696b76641bbd8 [diff] |
drivers: net: fsl-mc: remove useless assignment of variable The cur_ptr variable is set to the start of the log buffer but then it's not used. Just remove the assignment altogether. Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>