Set some options and unset the rest
int ccw_device_set_options_mask(struct ccw_device * cdev, unsigned long flags);
cdev
device for which the options are to be set
flags
options to be set
All flags specified in flags are set, all flags not specified in flags are cleared.
0 on success, -EINVAL on an invalid flag combination.
Cornelia Huck <[email protected]>
Author.