mmc: core: style fixes in mmc.c
authorBhimeswararao Matsa <bhimeswararao.matsa@gmail.com>
Mon, 1 Sep 2025 13:44:10 +0000 (19:14 +0530)
committerPeng Fan <peng.fan@nxp.com>
Wed, 24 Sep 2025 16:06:27 +0000 (00:06 +0800)
commit3cabc6bf7e16c7e2a1156392c31e40f678cc7026
treebae2dcda485512295b535608f22f0250ae191ebe
parent6c98e6014b3a36933860d02cb757565ec2fc80a4
mmc: core: style fixes in mmc.c

Fix a couple of style issues reported by checkpatch.pl:

- Replace `#ifdef CONFIG_MMC_TRACE` with `#if IS_ENABLED(CONFIG_MMC_TRACE)`
  to follow the preferred kernel style for config-dependent branches.
- Drop explicit zero initialization of a static variable.

No functional change intended.

Signed-off-by: Bhimeswararao Matsa <bhimeswararao.matsa@gmail.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/mmc/mmc.c