Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60cfab85 authored by Borislav Petkov's avatar Borislav Petkov
Browse files

ide-floppy/ide_floppy_get_format_progress: use local sense buffer



There should be no functional change resulting from this patch.

Signed-off-by: default avatarBorislav Petkov <petkovbb@gmail.com>
parent ae3a8387
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -198,11 +198,12 @@ static int ide_floppy_get_format_progress(ide_drive_t *drive,
					  int __user *arg)
					  int __user *arg)
{
{
	struct ide_disk_obj *floppy = drive->driver_data;
	struct ide_disk_obj *floppy = drive->driver_data;
	u8 sense_buf[18];
	int progress_indication = 0x10000;
	int progress_indication = 0x10000;


	if (drive->atapi_flags & IDE_AFLAG_SRFP) {
	if (drive->atapi_flags & IDE_AFLAG_SRFP) {
		ide_create_request_sense_cmd(drive, pc);
		ide_create_request_sense_cmd(drive, pc);
		if (ide_queue_pc_tail(drive, floppy->disk, pc, pc->buf,
		if (ide_queue_pc_tail(drive, floppy->disk, pc, sense_buf,
				      pc->req_xfer))
				      pc->req_xfer))
			return -EIO;
			return -EIO;