|
From: Peter K. <pk...@us...> - 2001-08-06 10:50:19
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- test.c 1.22 1.23=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Fixed a compiler warning. The diff of the modified file(s): --- test.c 2001/08/02 16:04:48 1.22 +++ test.c 2001/08/06 10:50:18 1.23 @@ -225,7 +225,7 @@ #else init_timer(&test_timer); test_timer.function =3D test_timeout; - test_timer.data =3D l2cap; + test_timer.data =3D (unsigned long)l2cap; test_timer.expires =3D jiffies + 5*HZ; add_timer(&test_timer); #endif |