Message ID | 20250421081604.655282-1-bbelyavtsev@usergate.com |
---|---|
Headers | show
Received: from mx2.usergate.com (mx2.usergate.com [46.229.79.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7FAF4189B84; Mon, 21 Apr 2025 08:46:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=46.229.79.1 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745225191; cv=none; b=eOYRbgLmvY2DQc53HO8++CdXW92mcGPq+HfLRcTiWVYFK2OFJh8+36zS0l984paGMmH0ErCRduTg+XG1vLE68vQH6tqW4GMM9LqOidpZjGx+1brN4wWSU0DCd+5wd5U+Zh/13f8ADE1VMFlx/OzQTD6E5Ma0DhX/vck1dSsftdc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745225191; c=relaxed/simple; bh=cJSMtwuJu5LqPw/IEGBrbSY+drfBvC3SbNAH2Z+4A28=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=jjvC7qNHofdKMNyZ/fXFbroxPExrKOkl5u28l1INdRnshKCEIleKjXpRQcceOviy9OL0BNekJl0yNrOtGc8qcWYr89TzuPVqID9jcb5I/sDJbkhbYvxc+eziHmH8okgXKuWze2Ep2FcAxz1aYHMM9F4p0Bio94rnNCI0B/K1KWE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=usergate.com; spf=pass smtp.mailfrom=usergate.com; arc=none smtp.client-ip=46.229.79.1 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=usergate.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=usergate.com Received: from mail.usergate.com[192.168.90.36] by mx2.usergate.com with ESMTP id FA0858A479324C3AAB4B234475E5F826; Mon, 21 Apr 2025 15:16:11 +0700 From: Boris Belyavtsev <bbelyavtsev@usergate.com> To: <hare@suse.com> CC: <linux-scsi@vger.kernel.org>,<linux-kernel@vger.kernel.org>,<lvc-project@linuxtesting.org>,Boris Belyavtsev <bbelyavtsev@usergate.com> Subject: [PATCH 6.1 v2 0/3] aic79xx: Add some non-NULL checks Date: Mon, 21 Apr 2025 15:16:01 +0700 Message-ID: <20250421081604.655282-1-bbelyavtsev@usergate.com> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-scsi@vger.kernel.org List-Id: <linux-scsi.vger.kernel.org> List-Subscribe: <mailto:linux-scsi+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-scsi+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-ClientProxiedBy: ESLSRV-EXCH-01.esafeline.com (192.168.90.36) To nsk02-mbx01.esafeline.com (10.10.1.35) X-Message-Id: 2A6D7501D800481AAB6C86A7878E2F79 X-MailFileId: BD91453ED87247A28CC07ED5908F62C7 |
Series | aic79xx: Add some non-NULL checks | expand |