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

Commit 3c559ea8 authored by James Bottomley's avatar James Bottomley
Browse files

[SCSI] scsi_transport_fc: replace BUS_ID_SIZE by fixed count



BUS_ID_SIZE is being removed from the kernel.

Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
parent b391277a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3861,7 +3861,7 @@ fc_bsg_hostadd(struct Scsi_Host *shost, struct fc_host_attrs *fc_host)
	struct fc_internal *i = to_fc_internal(shost->transportt);
	struct request_queue *q;
	int err;
	char bsg_name[BUS_ID_SIZE]; /*20*/
	char bsg_name[20];

	fc_host->rqst_q = NULL;