pcmcia: tcic: remove unneeded "&" in call to setup_timer()
authorlizhe <sensor1010@163.com>
Wed, 21 Dec 2022 06:37:49 +0000 (22:37 -0800)
committerDominik Brodowski <linux@dominikbrodowski.net>
Sun, 3 Sep 2023 08:45:53 +0000 (10:45 +0200)
commit4f733de8b78a209501041a4b0a44c83ece0e8933
treedce372994acb68ce550e9cdb8abf9dab65fb5613
parent99e25b17d2a3e3b486b4f6f90a740d51245da1f2
pcmcia: tcic: remove unneeded "&" in call to setup_timer()

The second parameter is the entry address of the function, and
therefore does not require an "&".

Signed-off-by: lizhe <sensor1010@163.com>
[linux@dominikbrodowski.net: update commit message]
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
drivers/pcmcia/tcic.c