Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Index: linux-gpib-kernel/drivers/gpib/fmh_gpib/fmh_gpib.c
- ===================================================================
- --- linux-gpib-kernel/drivers/gpib/fmh_gpib/fmh_gpib.c (revision 1862)
- +++ linux-gpib-kernel/drivers/gpib/fmh_gpib/fmh_gpib.c (working copy)
- @@ -982,7 +982,7 @@
- }
- /* Match callback for driver_find_device */
- -static int fmh_gpib_device_match(struct device *dev, void *data)
- +static int fmh_gpib_device_match(struct device *dev, const void *data)
- {
- const gpib_board_config_t *config = data;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement