summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sg.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/sg.c')
-rw-r--r--drivers/scsi/sg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/sg.c b/drivers/scsi/sg.c
index f098877eed4a..c746c6936ee4 100644
--- a/drivers/scsi/sg.c
+++ b/drivers/scsi/sg.c
@@ -1140,10 +1140,10 @@ static long sg_compat_ioctl(struct file *filp, unsigned int cmd_in, unsigned lon
1140} 1140}
1141#endif 1141#endif
1142 1142
1143static unsigned int 1143static __poll_t
1144sg_poll(struct file *filp, poll_table * wait) 1144sg_poll(struct file *filp, poll_table * wait)
1145{ 1145{
1146 unsigned int res = 0; 1146 __poll_t res = 0;
1147 Sg_device *sdp; 1147 Sg_device *sdp;
1148 Sg_fd *sfp; 1148 Sg_fd *sfp;
1149 Sg_request *srp; 1149 Sg_request *srp;