ptp: Fix possible memory leak caused by invalid cast
authorVinicius Costa Gomes <vinicius.gomes@intel.com>
Sat, 7 Aug 2021 01:15:46 +0000 (18:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 8 Aug 2021 11:56:41 +0000 (12:56 +0100)
commitd329e41a08f37c478159d5c3379a17b9c07befa3
treed8df2ca2a3ae7cd50400c9ac5020b1e576906534
parent2383cb9497d113360137a2be308b390faa80632d
ptp: Fix possible memory leak caused by invalid cast

Fixes possible leak of PTP virtual clocks.

The number of PTP virtual clocks to be unregistered is passed as
'u32', but the function that unregister the devices handles that as
'u8'.

Fixes: 73f37068d540 ("ptp: support ptp physical/virtual clocks conversion")
Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/ptp/ptp_sysfs.c