Jiri Slaby 6c28181cf8 cyclades: ioctls cleanup
- add a cy_ prefix to functions with changed prototypes
- cy_get_serial_info: initialize serial_struct by initializer,
  save a memset
- inline simple functions (get_mon_info, {s,g}et_default_threshold,
  {s,g}et_default_timeout) directly in the ioctl handler
- add a cy_cflags_changed helper to not copy its code by
  wait_event_interruptible
- remove some ret_val = 0 assignments, it's preset to 0
- TIOCGICOUNT: don't do many put_user's, do one copy_to_user

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-09-19 13:13:15 -07:00
..
2009-09-19 13:13:15 -07:00
2009-09-17 09:47:01 +02:00
2009-08-23 18:03:19 +09:00
2009-08-26 20:06:52 -07:00
2009-09-19 13:13:11 -07:00
2009-09-12 12:04:37 +01:00
2009-09-16 16:21:00 -04:00
2009-09-18 08:39:37 +00:00