diff options
| author | Surya Prakki <Surya.Prakki@Sun.COM> | 2009-12-22 21:22:18 -0800 |
|---|---|---|
| committer | Surya Prakki <Surya.Prakki@Sun.COM> | 2009-12-22 21:22:18 -0800 |
| commit | c1374a13e412c4ec42cba867e57347a0e049a822 (patch) | |
| tree | 1eb8dc02c77cd1a1f475f953a75ae5688037193b /usr/src/uts/sun4u | |
| parent | 2be7def9bac9cc5b894988030377b62ee6be9c39 (diff) | |
| download | illumos-joyent-c1374a13e412c4ec42cba867e57347a0e049a822.tar.gz | |
6912153 some components of ON are not ss12u1 lint clean
Diffstat (limited to 'usr/src/uts/sun4u')
| -rw-r--r-- | usr/src/uts/sun4u/starfire/io/idn_proto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/sun4u/starfire/io/idn_proto.c b/usr/src/uts/sun4u/starfire/io/idn_proto.c index 745e5db4ef..936653ec04 100644 --- a/usr/src/uts/sun4u/starfire/io/idn_proto.c +++ b/usr/src/uts/sun4u/starfire/io/idn_proto.c @@ -12662,7 +12662,7 @@ idn_deactivate_channel_services(int channel, idn_chanop_t chanop) } PR_CHAN("%s: pointing chansvr %d to morgue (0x%p)\n", - proc, c, central_morguep ? central_morguep + proc, c, central_morguep ? (void *)central_morguep : (void *)(csp->ch_recv_morguep)); if (central_morguep == NULL) { |
