forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/drivers/isdn/mISDN/dsp_core.c
....@@ -4,8 +4,6 @@
44 * Karsten Keil (keil@isdn4linux.de)
55 *
66 * This file is (c) under GNU PUBLIC LICENSE
7
- * For changes and modifications please read
8
- * ../../../Documentation/isdn/mISDN.cert
97 *
108 * Thanks to Karsten Keil (great drivers)
119 * Cologne Chip (great chips)
....@@ -1202,7 +1200,7 @@
12021200 }
12031201
12041202 /* set sample timer */
1205
- timer_setup(&dsp_spl_tl, (void *)dsp_cmx_send, 0);
1203
+ timer_setup(&dsp_spl_tl, dsp_cmx_send, 0);
12061204 dsp_spl_tl.expires = jiffies + dsp_tics;
12071205 dsp_spl_jiffies = dsp_spl_tl.expires;
12081206 add_timer(&dsp_spl_tl);