mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
Clean up instances of casts to the type that a value already has, since they are effectively no-ops and only serve to complicate the code. This is the result of the following semantic patch: @identitycast@ type T; T *A; @@ - (T *)(A) + A Signed-off-by: Paul Burton <paul.burton@mips.com> Patchwork: https://patchwork.linux-mips.org/patch/19599/ |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| msp_elb.c | ||
| msp_eth.c | ||
| msp_hwbutton.c | ||
| msp_irq_cic.c | ||
| msp_irq_per.c | ||
| msp_irq_slp.c | ||
| msp_irq.c | ||
| msp_pci.c | ||
| msp_prom.c | ||
| msp_serial.c | ||
| msp_setup.c | ||
| msp_smp.c | ||
| msp_time.c | ||
| msp_usb.c | ||
| Platform | ||