]> git.ipfire.org Git - people/ms/linux.git/blobdiff - drivers/s390/block/dasd_int.h
s390/dasd: handle request magic consistently as unsigned int
[people/ms/linux.git] / drivers / s390 / block / dasd_int.h
index 155428bfed8ac12b3c4d9b7da1af6752c827173b..15d8731c1eeeb5baa28ef4f92cadc44ecf1c7428 100644 (file)
@@ -887,7 +887,7 @@ void dasd_proc_exit(void);
 /* externals in dasd_erp.c */
 struct dasd_ccw_req *dasd_default_erp_action(struct dasd_ccw_req *);
 struct dasd_ccw_req *dasd_default_erp_postaction(struct dasd_ccw_req *);
-struct dasd_ccw_req *dasd_alloc_erp_request(char *, int, int,
+struct dasd_ccw_req *dasd_alloc_erp_request(unsigned int, int, int,
                                            struct dasd_device *);
 void dasd_free_erp_request(struct dasd_ccw_req *, struct dasd_device *);
 void dasd_log_sense(struct dasd_ccw_req *, struct irb *);