Advertisement
Guest User

Untitled

a guest
Jan 17th, 2020
491
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1.  
  2. Index: linux-gpib-kernel/drivers/gpib/fmh_gpib/fmh_gpib.c
  3. ===================================================================
  4. --- linux-gpib-kernel/drivers/gpib/fmh_gpib/fmh_gpib.c (revision 1862)
  5. +++ linux-gpib-kernel/drivers/gpib/fmh_gpib/fmh_gpib.c (working copy)
  6. @@ -982,7 +982,7 @@
  7. }
  8.  
  9. /* Match callback for driver_find_device */
  10. -static int fmh_gpib_device_match(struct device *dev, void *data)
  11. +static int fmh_gpib_device_match(struct device *dev, const void *data)
  12. {
  13. const gpib_board_config_t *config = data;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement