]> xenbits.xensource.com Git - xen.git/commit
char: lpuart: Drop useless variables from UART structure
authorMichal Orzel <michal.orzel@amd.com>
Thu, 4 Apr 2024 07:51:43 +0000 (09:51 +0200)
committerStefano Stabellini <stefano.stabellini@amd.com>
Thu, 4 Apr 2024 23:36:25 +0000 (16:36 -0700)
commit270588b9b2b751b0bb6b36f4853cb13005e4706f
treeacde8613c1aebdf5d8af48eb828b3d88fea6bee8
parent4932163b358f0a577395b797d430eafc9b8ec442
char: lpuart: Drop useless variables from UART structure

These variables are useless. They are being assigned a value which is
never used since UART is expected to be pre-configured.

No functional change.

Signed-off-by: Michal Orzel <michal.orzel@amd.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/drivers/char/imx-lpuart.c