| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /****************************************************************************** |
|---|
| 2 | 3 | * |
|---|
| 3 | 4 | * (C)Copyright 1998,1999 SysKonnect, |
|---|
| 4 | 5 | * a business unit of Schneider & Koch & Co. Datensysteme GmbH. |
|---|
| 5 | 6 | * |
|---|
| 6 | 7 | * See the file "skfddi.c" for further information. |
|---|
| 7 | | - * |
|---|
| 8 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 9 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 10 | | - * the Free Software Foundation; either version 2 of the License, or |
|---|
| 11 | | - * (at your option) any later version. |
|---|
| 12 | 8 | * |
|---|
| 13 | 9 | * The information in this file is provided "AS IS" without warranty. |
|---|
| 14 | 10 | * |
|---|
| .. | .. |
|---|
| 152 | 148 | |
|---|
| 153 | 149 | DB_ESSN(2, "fc %x ft %x", sm->smt_class, sm->smt_type); |
|---|
| 154 | 150 | DB_ESSN(2, "ver %x tran %x", sm->smt_version, sm->smt_tid); |
|---|
| 155 | | - DB_ESSN(2, "stn_id %s", addr_to_string(&sm->smt_source)); |
|---|
| 151 | + DB_ESSN(2, "stn_id %pM", &sm->smt_source); |
|---|
| 156 | 152 | |
|---|
| 157 | 153 | DB_ESSN(2, "infolen %x res %lx", sm->smt_len, msg_res_type); |
|---|
| 158 | 154 | DB_ESSN(2, "sbacmd %x", cmd->sba_cmd); |
|---|
| .. | .. |
|---|
| 312 | 308 | p = (void *) sm_to_para(smc,sm,SMT_P3210) ; |
|---|
| 313 | 309 | overhead = ((struct smt_p_3210 *)p)->mib_overhead ; |
|---|
| 314 | 310 | |
|---|
| 315 | | - DB_ESSN(2, "ESS: Change Request from %s", |
|---|
| 316 | | - addr_to_string(&sm->smt_source)); |
|---|
| 311 | + DB_ESSN(2, "ESS: Change Request from %pM", |
|---|
| 312 | + &sm->smt_source); |
|---|
| 317 | 313 | DB_ESSN(2, "payload= %lx overhead= %lx", |
|---|
| 318 | 314 | payload, overhead); |
|---|
| 319 | 315 | |
|---|
| .. | .. |
|---|
| 343 | 339 | return fs; |
|---|
| 344 | 340 | } |
|---|
| 345 | 341 | |
|---|
| 346 | | - DB_ESSN(2, "ESS: Report Request from %s", |
|---|
| 347 | | - addr_to_string(&sm->smt_source)); |
|---|
| 342 | + DB_ESSN(2, "ESS: Report Request from %pM", |
|---|
| 343 | + &sm->smt_source); |
|---|
| 348 | 344 | |
|---|
| 349 | 345 | /* |
|---|
| 350 | 346 | * verify that the resource type is sync bw only |
|---|